summaryrefslogtreecommitdiff
path: root/x11-libs
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-01-16 20:23:11 +0200
committerMart Raudsepp <leio@gentoo.org>2017-01-16 20:45:28 +0200
commite1436622a1956097c818dfe9209aba8ef9b5a5c6 (patch)
tree300170da6e47aac8f733eb650d961a105d6af408 /x11-libs
parent017ef0f0fe8bd451c5a5bce5e84823692226c8cb (diff)
downloadgentoo-e1436622a1956097c818dfe9209aba8ef9b5a5c6.tar.gz
gentoo-e1436622a1956097c818dfe9209aba8ef9b5a5c6.tar.xz
x11-libs/gdk-pixbuf: Clarify what USE=X does in local description
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
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gdk-pixbuf/metadata.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-libs/gdk-pixbuf/metadata.xml b/x11-libs/gdk-pixbuf/metadata.xml
index 39980802b1d..6c6d2ea40eb 100644
--- a/x11-libs/gdk-pixbuf/metadata.xml
+++ b/x11-libs/gdk-pixbuf/metadata.xml
@@ -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>