summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild')
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
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 f3cb6236644a..1045c31be890 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
@@ -25,7 +25,7 @@ BDEPEND="
RDEPEND="
>=x11-libs/libdrm-2.4.78[video_cards_amdgpu]
x11-libs/libpciaccess
- x11-base/xorg-server[glamor(-),-minimal]
+ x11-base/xorg-server:=[glamor(-),-minimal]
"
DEPEND="
${LIVE_DEPEND}
@@ -39,6 +39,7 @@ src_prepare() {
src_configure() {
local econfargs=(
+ --disable-selective-werror
--enable-glamor
)