[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'debian-unstable'



 debian/changelog |    6 +++++-
 debian/rules     |    3 +++
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit ab885d7088c450a0761e54c7c6b2d7f997e06d88
Author: Brice Goglin <bgoglin@debian.org>
Date:   Sat May 9 20:49:15 2009 +0200

    Enable motif in GLw

diff --git a/debian/changelog b/debian/changelog
index a803e08..6cfe95a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 mesa (7.4.1-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Don't build hardware dri drivers on s390.
 
- -- Julien Cristau <jcristau@debian.org>  Sun, 03 May 2009 19:22:59 +0200
+  [ Brice Goglin ]
+  * Enable motif in GLw, closes: #527483.
+
+ -- Brice Goglin <bgoglin@debian.org>  Sat, 09 May 2009 20:48:55 +0200
 
 mesa (7.4.1-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index fa85ef4..17ca328 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,6 +129,7 @@ confflags-swx11+glu = \
 	--disable-gl-osmesa \
 	--with-demos= \
 	--disable-glut \
+	--enable-motif \
 	CFLAGS="$(CFLAGS)"
 
 confflags-swx11+glu-static = \
@@ -137,6 +138,7 @@ confflags-swx11+glu-static = \
 	--enable-static \
 	--with-demos= \
 	--disable-glut \
+	--enable-motif \
 	CFLAGS="$(CFLAGS)"
 
 confflags-swx11+glu-i386-i686 = \
@@ -144,6 +146,7 @@ confflags-swx11+glu-i386-i686 = \
 	--disable-gl-osmesa \
 	--with-demos= \
 	--disable-glut \
+	--enable-motif \
 	--libdir=/usr/lib/i686/cmov \
 	CFLAGS="$(CFLAGS) -march=i686"
 


Reply to: