Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (d598ebb48fdece7462529db4381e4f352f374dd1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (d598ebb48fdece7462529db4381e4f352f374dd1)
  • Date: Sat, 14 Nov 2015 00:49:26 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

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

New commits:
commit d598ebb48fdece7462529db4381e4f352f374dd1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

mesalib: dri3proto is no longer optional in 11.x

configure: error: Package requirements (dri3proto >= 1.0) were not met:
No package 'dri3proto' found

diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index 6b1813c..2e58433 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -18,7 +18,7 @@ depends libx11 &&
depends glproto &&
depends presentproto &&
depends libxshmfence &&
-optional_depends dri3proto '--enable-dri3' '' 'DRI3 support' &&
+depends dri3proto '--enable-dri3' &&

case $MESALIB_BUILD in
dri)
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index b984434..16f8f7d 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,6 @@
+2015-11-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: dri3 support is not optional in 11.x
+
2015-11-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 11.0.5




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d598ebb48fdece7462529db4381e4f352f374dd1), Eric Sandall, 11/13/2015

Archive powered by MHonArc 2.6.24.

Top of Page