mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
x11-plugins/wmdrawer: fix gdk-pixbuf dep, thanks leio
This uses the legacy gdk-pixbuf-xlib library, only provided with USE=X Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -13,7 +13,7 @@ SLOT="0"
|
||||
KEYWORDS="amd64 ppc ~sparc x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="x11-libs/gdk-pixbuf:2
|
||||
RDEPEND="x11-libs/gdk-pixbuf:2[X]
|
||||
x11-libs/gtk+:2"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
@@ -13,7 +13,7 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="x11-libs/gdk-pixbuf:2
|
||||
RDEPEND="x11-libs/gdk-pixbuf:2[X]
|
||||
x11-libs/gtk+:2"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
Reference in New Issue
Block a user