diff options
author | Matt Turner <mattst88@gentoo.org> | 2016-10-19 15:49:16 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2016-10-19 16:05:01 -0700 |
commit | 27c92f897be0a53eb25465ba4f61c787dbdc96a3 (patch) | |
tree | 7e99e2a88dde76d0f5dc079f90b05ccba3b7e268 /media-libs/mesa | |
parent | gentoo/profiles: mask app-crypt/gpgme cxx (diff) | |
download | gentoo-27c92f897be0a53eb25465ba4f61c787dbdc96a3.tar.gz gentoo-27c92f897be0a53eb25465ba4f61c787dbdc96a3.tar.bz2 gentoo-27c92f897be0a53eb25465ba4f61c787dbdc96a3.zip |
media-libs/mesa: Drop now unnecessary udev dependency and USE.
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 7088075cb351..bfedccc58cb4 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -44,7 +44,7 @@ done IUSE="${IUSE_VIDEO_CARDS} bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm - +nptl opencl osmesa pax_kernel openmax pic selinux +udev vaapi valgrind + +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind vdpau wayland xvmc xa kernel_FreeBSD" REQUIRED_USE=" @@ -85,7 +85,6 @@ RDEPEND=" classic? ( app-eselect/eselect-mesa ) gallium? ( app-eselect/eselect-mesa ) >=app-eselect/eselect-opengl-1.3.0 - udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) ) >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}] >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}] @@ -299,7 +298,6 @@ multilib_src_configure() { $(use_enable gles1) \ $(use_enable gles2) \ $(use_enable nptl glx-tls) \ - $(use_enable !udev sysfs) \ --enable-valgrind=$(usex valgrind auto no) \ --enable-llvm-shared-libs \ --with-dri-drivers=${DRI_DRIVERS} \ |