diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-16 20:23:11 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-16 20:45:28 +0200 |
commit | e1436622a1956097c818dfe9209aba8ef9b5a5c6 (patch) | |
tree | 300170da6e47aac8f733eb650d961a105d6af408 /x11-libs/gdk-pixbuf | |
parent | net-voip/vidyodesktop: bup (diff) | |
download | gentoo-e1436622a1956097c818dfe9209aba8ef9b5a5c6.tar.gz gentoo-e1436622a1956097c818dfe9209aba8ef9b5a5c6.tar.bz2 gentoo-e1436622a1956097c818dfe9209aba8ef9b5a5c6.zip |
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/gdk-pixbuf')
-rw-r--r-- | x11-libs/gdk-pixbuf/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-libs/gdk-pixbuf/metadata.xml b/x11-libs/gdk-pixbuf/metadata.xml index 39980802b1da..6c6d2ea40eb5 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> |