diff options
author | 2015-01-22 14:30:52 -0800 | |
---|---|---|
committer | 2015-01-22 14:30:52 -0800 | |
commit | bbcf0f3f11f99072d9af08d49ca14e1a8e8aef45 (patch) | |
tree | 4c6031a514d67b6a9eca070bf17f4f226c1c855c /media-libs/mesa/mesa-9999.ebuild | |
parent | another stray manifest update (diff) | |
download | arm-bbcf0f3f11f99072d9af08d49ca14e1a8e8aef45.tar.gz arm-bbcf0f3f11f99072d9af08d49ca14e1a8e8aef45.tar.bz2 arm-bbcf0f3f11f99072d9af08d49ca14e1a8e8aef45.zip |
updated mesa-git to reflect upstream removal of gallium-egl (no more openvg on egl)
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 889c3b3..0ef44b1 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -49,13 +49,13 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - bindist +classic debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm +nptl - opencl openvg osmesa pax_kernel openmax pic r600-llvm-compiler selinux + bindist +classic debug +dri3 egl +gallium +gbm gles1 gles2 +llvm +nptl + opencl -openvg osmesa pax_kernel openmax pic r600-llvm-compiler selinux vdpau wayland xvmc xa kernel_FreeBSD" REQUIRED_USE=" llvm? ( gallium ) - openvg? ( egl gallium ) + openvg? ( gallium !egl ) opencl? ( gallium llvm |