From: Nick Sarnie Date: Fri, 24 Nov 2017 15:29:34 +0000 (-0500) Subject: x11-drivers/xf86-video-amdgpu: Remove glamor USE flag X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e160452bbef03efa6284dcc3cb948a1462abf3f5;p=gentoo.git 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 --- 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 @@ x11@gentoo.org X11 - - Enable Glamor OpenGL 2D acceleration - 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 }