summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorBrice Goglin <[email protected]>2009-05-09 20:49:15 +0200
committerBrice Goglin <[email protected]>2009-05-09 20:49:15 +0200
commitab885d7088c450a0761e54c7c6b2d7f997e06d88 (patch)
tree61770e13292602f3c3ce780b5b0a593b7c8e0100 /debian/rules
parent84ae506072f388da99f03060458449031bc2eec2 (diff)
Enable motif in GLw
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index fa85ef4b268..17ca3285c34 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"