Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (68cd3bf31c7e2b2e5a536fcc1f065935c2056e00)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (68cd3bf31c7e2b2e5a536fcc1f065935c2056e00)
  • Date: Mon, 17 Apr 2017 22:59:30 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesalib/DEPENDS | 4 +---
graphics-libs/mesalib/HISTORY | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 68cd3bf31c7e2b2e5a536fcc1f065935c2056e00
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesalib: readded EGL platforms + provided android choice

diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index be6bbb5..d463256 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -57,9 +57,7 @@ case ${MESALIB_BUILD} in
# remove obsolete fbdev option
list_remove MESA_EGL fbdev &&

- list_remove MESA_EGL "x11" &&
- list_remove MESA_EGL "wayland" &&
- config_query_multi MESA_EGL "which EGL platforms?" drm surfaceless &&
+ config_query_multi MESA_EGL "which EGL platforms?" android drm
surfaceless x11 wayland &&

if list_find "${MESA_EGL}" "wayland"; then
list_remove MESALIB_OPTS "--disable-shared-glapi" &&
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index c558bf6..933de40 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -2,7 +2,7 @@
* DETAILS: version 17.0.4
* BUILD: --with-egl-platforms -> --with-platforms
* DEPENDS: reworked previous messy changes, updated available
- EGL platforms
+ EGL platforms list

2017-04-04 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: 17+ needs LIBDRM_AMD built in libdrm



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (68cd3bf31c7e2b2e5a536fcc1f065935c2056e00), Pavel Vinogradov, 04/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page