diff options
Diffstat (limited to 'x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild index 252dd5e7f9c1..2aab4b2d7290 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.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) ) } |