diff options
author | Brice Goglin <[email protected]> | 2009-05-09 20:49:15 +0200 |
---|---|---|
committer | Brice Goglin <[email protected]> | 2009-05-09 20:49:15 +0200 |
commit | ab885d7088c450a0761e54c7c6b2d7f997e06d88 (patch) | |
tree | 61770e13292602f3c3ce780b5b0a593b7c8e0100 /debian/rules | |
parent | 84ae506072f388da99f03060458449031bc2eec2 (diff) |
Enable motif in GLw
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
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" |