diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2014-02-12 10:55:58 +0100 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2014-02-12 10:55:58 +0100 |
commit | 93a41094f8eafa2fd338ea32158d58ede000f4cf (patch) | |
tree | cd166ed7aa2fcd328869575a504349f6fd78e687 /profiles | |
parent | profiles/server: Add sys-kernel/gentoo-sources as provided to fake (diff) | |
download | portage-93a41094f8eafa2fd338ea32158d58ede000f4cf.tar.xz |
profiles/desktop: Disable xcb USE flag by default
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desktop/make.defaults | 2 | ||||
-rw-r--r-- | profiles/desktop/package.use | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 0f7efac2..7ad1df43 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -32,7 +32,7 @@ USE="${USE} -cups" USE="${USE} -policykit" # Graphical protocol -USE="${USE} X xorg" +USE="${USE} -xcb X xorg" # Graphical toolkits USE="${USE} -gnome -qt3support -wxwidgets" diff --git a/profiles/desktop/package.use b/profiles/desktop/package.use index 94b565da..564c6e2e 100644 --- a/profiles/desktop/package.use +++ b/profiles/desktop/package.use @@ -38,12 +38,12 @@ dev-libs/libconcord python # REQUIRED_USE: gtk? ( python ) dev-vcs/git python +# REQUIRED_USE: xv? ( xcb ) +media-video/vlc xcb + # REQUIRED_USE: exactly-one-of ( gcrypt kernel nettle openssl ) sys-fs/cryptsetup -gcrypt -urandom -nettle -openssl kernel -# REQUIRED_USE X? ( !xcb ) -dev-libs/efl -xcb - app-emulation/libvirt -libvirtd -macvtap -qemu -vepa app-misc/gramps reports |