mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/swaylock-effects: fix QA issue
dev-libs/glib:2 is required when gdk-pixbuf useflag on. Closes: https://bugs.gentoo.org/932621 Signed-off-by: Fabrice Delliaux <netbox253@netc.eu>
This commit is contained in:
@@ -28,7 +28,10 @@ DEPEND="
|
||||
dev-libs/wayland
|
||||
x11-libs/cairo
|
||||
x11-libs/libxkbcommon
|
||||
gdk-pixbuf? ( x11-libs/gdk-pixbuf:2 )
|
||||
gdk-pixbuf? (
|
||||
dev-libs/glib:2
|
||||
x11-libs/gdk-pixbuf:2
|
||||
)
|
||||
pam? ( sys-libs/pam )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -28,7 +28,10 @@ DEPEND="
|
||||
dev-libs/wayland
|
||||
x11-libs/cairo
|
||||
x11-libs/libxkbcommon
|
||||
gdk-pixbuf? ( x11-libs/gdk-pixbuf:2 )
|
||||
gdk-pixbuf? (
|
||||
dev-libs/glib:2
|
||||
x11-libs/gdk-pixbuf:2
|
||||
)
|
||||
pam? ( sys-libs/pam )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
Reference in New Issue
Block a user