summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2015-02-08 20:14:37 +0100
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2015-02-08 20:14:37 +0100
commit74a19077a22147ae336134ddd5c7c026d3154938 (patch)
tree0c067914a216b47a17bd343885d6a27468a8d30c
parentx11-libs/xtrans: remove non-live ebuilds that have no place here (diff)
downloadx11-74a19077a22147ae336134ddd5c7c026d3154938.tar.gz
x11-74a19077a22147ae336134ddd5c7c026d3154938.tar.bz2
x11-74a19077a22147ae336134ddd5c7c026d3154938.zip
media-libs/mesa: squash some inconsequential differences between overlay and g-x86
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
-rw-r--r--media-libs/mesa/metadata.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 2656e3ea..46aac69f 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -54,7 +54,7 @@ IUSE="${IUSE_VIDEO_CARDS}
+udev vaapi vdpau wayland xvmc xa kernel_FreeBSD"
REQUIRED_USE="
- d3d9? ( gallium dri3 )
+ d3d9? ( dri3 gallium )
llvm? ( gallium )
opencl? (
gallium
diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml
index 625b06b4..e1279752 100644
--- a/media-libs/mesa/metadata.xml
+++ b/media-libs/mesa/metadata.xml
@@ -5,9 +5,9 @@
<use>
<flag name='bindist'>Disable patent-encumbered ARB_texture_float, EXT_texture_shared_exponent, and EXT_packed_float extensions.</flag>
<flag name='classic'>Build drivers based on the classic architecture.</flag>
- <flag name='egl'>Enable EGL support.</flag>
<flag name='d3d9'>Enable Direct 3D9 API through Nine state tracker. Can be used together with patched wine.</flag>
<flag name='dri3'>Enable DRI3 support.</flag>
+ <flag name='egl'>Enable EGL support.</flag>
<flag name='gallium'>Build drivers based on Gallium3D, the new architecture for 3D graphics drivers.</flag>
<flag name='gbm'>Enable the Graphics Buffer Manager for EGL on KMS.</flag>
<flag name='gles1'>Enable GLESv1 support.</flag>