Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Jeremy Blosser (8b6a8399394bb92e0f6e8cf768d39b1f9576a706)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Jeremy Blosser (8b6a8399394bb92e0f6e8cf768d39b1f9576a706)
  • Date: Sat, 18 Oct 2014 18:30:01 -0500

GIT changes to devel-xorg-modular grimoire by Jeremy Blosser
<jblosser AT sourcemage.org>:

graphics-libs/mesalib/CONFIGURE | 2 +-
graphics-libs/mesalib/DETAILS | 1 +
graphics-libs/mesalib/HISTORY | 5 +++++
3 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 8b6a8399394bb92e0f6e8cf768d39b1f9576a706
Author: Jeremy Blosser <jblosser AT sourcemage.org>
Commit: Jeremy Blosser <jblosser AT sourcemage.org>

mesalib: fix syntax and logic errors

diff --git a/graphics-libs/mesalib/CONFIGURE b/graphics-libs/mesalib/CONFIGURE
index 7cd72ae..549c1fe 100755
--- a/graphics-libs/mesalib/CONFIGURE
+++ b/graphics-libs/mesalib/CONFIGURE
@@ -38,7 +38,7 @@ case $MESALIB_BUILD in
MESALIB_GALLIUM=$AVAILABLE_GALLIUM
fi

- if [[ $MESALIB_GALLIUM != none ]]; then
+ if [[ $MESALIB_GALLIUM != "" ]] && [[ $MESALIB_GALLIUM != none ]]; then
list_add MESALIB_OPTS "--enable-egl"
config_query_multi MESA_EGL "which EGL platforms?" drm fbdev wayland x11
if list_find wayland "$MESA_EGL";then
diff --git a/graphics-libs/mesalib/DETAILS b/graphics-libs/mesalib/DETAILS
index 779b4e6..a18c4bd 100755
--- a/graphics-libs/mesalib/DETAILS
+++ b/graphics-libs/mesalib/DETAILS
@@ -16,6 +16,7 @@ else
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Mesa-$VERSION
SOURCE=$SX.tar.bz2
SOURCE_URL[0]=ftp://ftp.freedesktop.org/pub/mesa/${VERSION}/$SOURCE
+fi
LICENSE[0]=GPL
WEB_SITE=http://www.mesa3d.org/
KEYWORDS="graphics libs"
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 4fbed02..4c228bb 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,8 @@
+2014-10-18 Jeremy Blosser <jblosser AT sourcemage.org>
+ * DETAILS: Add missing 'fi'.
+ * CONFIGURE: Account for $GALLIUM_DRIVERS getting stored as "" when
set
+ to "none".
+
2014-09-25 Treeve Jelbert <treeve AT sourcemage.org>
* rename spell => mesalib
* UP_TRIGGERS: added, detect old mesalib libraries



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Jeremy Blosser (8b6a8399394bb92e0f6e8cf768d39b1f9576a706), Jeremy Blosser, 10/18/2014

Archive powered by MHonArc 2.6.24.

Top of Page