summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
}