x11-libs/gdk-pixbuf: Clarify what USE=X does in local description
authorMart Raudsepp <leio@gentoo.org>
Mon, 16 Jan 2017 18:23:11 +0000 (20:23 +0200)
committerMart Raudsepp <leio@gentoo.org>
Mon, 16 Jan 2017 18:45:28 +0000 (20:45 +0200)
gdk_pixbuf_xlib is only useful for pure X11 applications, GTK+ does
not use this.
The goal is to get rid of the unnecessary USE deps on consumers, where
it is indeed unnecessary, and then perhaps rename the USE flag from
IUSE=X to IUSE=xlib or some such, so that it's not built by default
on desktop profiles. Though w3m is a consumer and might be in default
deptrees via xdg-utils

Package-Manager: Portage-2.3.3, Repoman-2.3.1

x11-libs/gdk-pixbuf/metadata.xml

index 39980802b1da1b428e04f44a0b5f5e642ae9b0a9..6c6d2ea40eb52f590f6ddf1c52edeac735d59930 100644 (file)
@@ -5,4 +5,7 @@
        <email>gnome@gentoo.org</email>
        <name>Gentoo GNOME Desktop</name>
 </maintainer>
+<use>
+       <flag name="X">Build and install the legacy gdk_pixbuf_xlib-2.0 library</flag>
+</use>
 </pkgmetadata>