diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-18 10:36:59 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-18 10:36:59 -0700 |
commit | 8527e1dc3f2d13b6fb3aa0488b643937a84b7930 (patch) | |
tree | 1d7bec90696a96f7a8028871cbbd140138e66cb9 /media-libs/mesa | |
parent | x11-libs/pixman: Configure with -Dopenmp=auto (diff) | |
download | gentoo-8527e1dc3f2d13b6fb3aa0488b643937a84b7930.tar.gz gentoo-8527e1dc3f2d13b6fb3aa0488b643937a84b7930.tar.bz2 gentoo-8527e1dc3f2d13b6fb3aa0488b643937a84b7930.zip |
media-libs/mesa: Enable gles2 by default
Requested by leio, to be used by mutter-wayland.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-18.3.5.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-19.0.0.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-18.3.5.ebuild b/media-libs/mesa/mesa-18.3.5.ebuild index e7bcfac9a85b..b66948b6e213 100644 --- a/media-libs/mesa/mesa-18.3.5.ebuild +++ b/media-libs/mesa/mesa-18.3.5.ebuild @@ -36,7 +36,7 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm lm_sensors + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan wayland xa xvmc" diff --git a/media-libs/mesa/mesa-19.0.0.ebuild b/media-libs/mesa/mesa-19.0.0.ebuild index 9c8358f82f1d..f3f7b57f517d 100644 --- a/media-libs/mesa/mesa-19.0.0.ebuild +++ b/media-libs/mesa/mesa-19.0.0.ebuild @@ -36,7 +36,7 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +libglvnd +llvm + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan wayland xa xvmc" diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index c4df13fb7734..ae4a7c1da5f8 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -36,7 +36,7 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +libglvnd +llvm + +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd +llvm lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland xa xvmc" |