summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-04 08:53:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-04 08:53:53 +0100
commite3872864be25f7421015bef2732fa57c0c9fb726 (patch)
tree9cb29a544215119b5c5538e37211b994ce1c87ae /x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
parent480486b52ea64765faf696c88b2c6a26a5a454d4 (diff)
gentoo resync : 04.08.2018
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
)