summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild')
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 252dd5e7f9c1..2aab4b2d7290 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -15,11 +15,11 @@ fi
DESCRIPTION="ATI video driver"
HOMEPAGE="https://www.x.org/wiki/ati/"
-IUSE="+glamor udev"
+IUSE="udev"
RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
>=x11-libs/libpciaccess-0.8.0
- glamor? ( x11-base/xorg-server[glamor] )
+ x11-base/xorg-server[-minimal]
udev? ( virtual/libudev:= )"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
@@ -37,7 +37,7 @@ pkg_pretend() {
pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
- $(use_enable glamor)
+ --enable-glamor
$(use_enable udev)
)
}