mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
x11-misc/xsnow: package requires gtk+ x11 interface
Closes: https://bugs.gentoo.org/958076 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools xdg
|
||||
inherit autotools xdg flag-o-matic
|
||||
|
||||
DESCRIPTION="let it snow on your desktop and windows"
|
||||
HOMEPAGE="https://www.ratrabbit.nl/ratrabbit/xsnow/"
|
||||
@@ -22,7 +22,7 @@ RDEPEND="
|
||||
sys-apps/dbus
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/gtk+:3[X]
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-libs/libXinerama
|
||||
@@ -49,6 +49,11 @@ src_prepare() {
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-flags -DGENTOO_GTK_HIDE_WAYLAND
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user