summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-18 18:37:13 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-18 18:38:38 +0200
commite8cd8f4989a4451b0394c77673450819d67a11b3 (patch)
treee069acfca3375c855411a3d3832b3a4f2f38bcb4 /media-libs
parentsec-policy/selinux-apm: remove old apm module from store (diff)
downloadgentoo-e8cd8f4989a4451b0394c77673450819d67a11b3.tar.gz
gentoo-e8cd8f4989a4451b0394c77673450819d67a11b3.tar.bz2
gentoo-e8cd8f4989a4451b0394c77673450819d67a11b3.zip
media-libs/mesa: Enable surfaceless EGL platform.
Useful for offscreen testing of EGL programs. Acked by Matt on IRC. Bug #616664. Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-17.1.2.ebuild2
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-17.1.2.ebuild b/media-libs/mesa/mesa-17.1.2.ebuild
index ef15690a3722..9d70870c2623 100644
--- a/media-libs/mesa/mesa-17.1.2.ebuild
+++ b/media-libs/mesa/mesa-17.1.2.ebuild
@@ -231,7 +231,7 @@ multilib_src_configure() {
fi
if use egl; then
- myconf+=" --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
+ myconf+=" --with-egl-platforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
fi
if use gallium; then
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index ef15690a3722..9d70870c2623 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -231,7 +231,7 @@ multilib_src_configure() {
fi
if use egl; then
- myconf+=" --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
+ myconf+=" --with-egl-platforms=x11,surfaceless$(use wayland && echo ",wayland")$(use gbm && echo ",drm")"
fi
if use gallium; then