summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <commendsarnex@gmail.com>2017-11-24 10:29:34 -0500
committerMatt Turner <mattst88@gentoo.org>2017-11-25 12:08:49 -0800
commite160452bbef03efa6284dcc3cb948a1462abf3f5 (patch)
tree767f6f37e9e28b005870935eb17ddcab684dc12e /x11-drivers
parentx11-base/xorg-server: Enable glamor by default (diff)
downloadgentoo-e160452bbef03efa6284dcc3cb948a1462abf3f5.tar.gz
gentoo-e160452bbef03efa6284dcc3cb948a1462abf3f5.tar.bz2
gentoo-e160452bbef03efa6284dcc3cb948a1462abf3f5.zip
x11-drivers/xf86-video-amdgpu: Remove glamor USE flag
Glamor is required as per Michel Dänzer and Dave Airlie Closes: https://github.com/gentoo/gentoo/pull/6283 Closes: https://bugs.gentoo.org/623142 Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-amdgpu/metadata.xml3
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild6
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild6
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild6
4 files changed, 6 insertions, 15 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/metadata.xml b/x11-drivers/xf86-video-amdgpu/metadata.xml
index 38cf49862d0f..e943b72b8a48 100644
--- a/x11-drivers/xf86-video-amdgpu/metadata.xml
+++ b/x11-drivers/xf86-video-amdgpu/metadata.xml
@@ -5,7 +5,4 @@
<email>x11@gentoo.org</email>
<name>X11</name>
</maintainer>
-<use>
- <flag name="glamor">Enable Glamor OpenGL 2D acceleration</flag>
-</use>
</pkgmetadata>
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild
index 655b79e38bd2..44a0b3d21253 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild
@@ -13,13 +13,11 @@ fi
DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
-IUSE="glamor"
-
RDEPEND=">=x11-libs/libdrm-2.4.72[video_cards_amdgpu]
- x11-base/xorg-server[glamor(-)?]"
+ x11-base/xorg-server[glamor(-)]"
DEPEND="${RDEPEND}"
src_configure() {
- XORG_CONFIGURE_OPTIONS="$(use_enable glamor)"
+ XORG_CONFIGURE_OPTIONS="--enable-glamor"
xorg-2_src_configure
}
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild
index 8d40b29af62f..6345b82091b3 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild
@@ -13,13 +13,11 @@ fi
DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
-IUSE="glamor"
-
RDEPEND=">=x11-libs/libdrm-2.4.72[video_cards_amdgpu]
- x11-base/xorg-server[glamor(-)?]"
+ x11-base/xorg-server[glamor(-)]"
DEPEND="${RDEPEND}"
src_configure() {
- XORG_CONFIGURE_OPTIONS="$(use_enable glamor)"
+ XORG_CONFIGURE_OPTIONS="--enable-glamor"
xorg-2_src_configure
}
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
index 8d40b29af62f..6345b82091b3 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
@@ -13,13 +13,11 @@ fi
DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
-IUSE="glamor"
-
RDEPEND=">=x11-libs/libdrm-2.4.72[video_cards_amdgpu]
- x11-base/xorg-server[glamor(-)?]"
+ x11-base/xorg-server[glamor(-)]"
DEPEND="${RDEPEND}"
src_configure() {
- XORG_CONFIGURE_OPTIONS="$(use_enable glamor)"
+ XORG_CONFIGURE_OPTIONS="--enable-glamor"
xorg-2_src_configure
}