diff options
author | 2014-05-28 02:41:53 +0200 | |
---|---|---|
committer | 2014-05-28 02:41:53 +0200 | |
commit | 105f35df3416225308089a94b688ea1cb72e5eb9 (patch) | |
tree | 3a36cbdee79badc9ef314eccfa9e49078a2a9820 /x11-base | |
parent | media-libs/mesa: Drop llvm radeon backend requirement for opencl. (diff) | |
download | x11-105f35df3416225308089a94b688ea1cb72e5eb9.tar.gz x11-105f35df3416225308089a94b688ea1cb72e5eb9.tar.bz2 x11-105f35df3416225308089a94b688ea1cb72e5eb9.zip |
x11-base/xorg-server: add USE flag for glamor
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-server/xorg-server-9999.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index ff38ae5c..aaa29459 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -13,7 +13,7 @@ SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE_SERVERS="dmx kdrive xnest xorg xvfb" -IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux +suid systemd tslib +udev unwind wayland" +IUSE="${IUSE_SERVERS} glamor ipv6 minimal nptl selinux +suid systemd tslib +udev unwind wayland" RDEPEND=">=app-admin/eselect-opengl-1.0.8 dev-libs/openssl @@ -46,6 +46,10 @@ RDEPEND=">=app-admin/eselect-opengl-1.0.8 >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) + glamor? ( + media-libs/libepoxy + media-libs/mesa[egl,gbm] + ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv @@ -139,6 +143,7 @@ src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable ipv6) $(use_enable dmx) + $(use_enable glamor) $(use_enable kdrive) $(use_enable kdrive kdrive-kbd) $(use_enable kdrive kdrive-mouse) |