summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorTimo Aaltonen <[email protected]>2008-07-04 08:48:33 +0300
committerTimo Aaltonen <[email protected]>2008-07-04 11:50:08 +0300
commit2954e4c3d7db1978b0758907d673bae0f5e4cdb8 (patch)
treedd7bcbc54c58e596076bc0ae6492b43520700843 /debian/rules
parent213803b4d4580bfc5baaf0814968e53219484dd5 (diff)
Disable glut for swx11 targets.
It was not built before either and would need new build-deps (xi xmu).
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 13a4474c470..98a2fb2eb29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,15 +90,18 @@ confflags-osmesa32-static = --with-driver=osmesa --with-osmesa-bits=32 \
confflags-swx11+glu = --with-driver=xlib \
--with-demos= \
+ --disable-glut \
--libdir=/usr/lib
confflags-swx11+glu-static = --with-driver=xlib \
--enable-static \
--with-demos= \
+ --disable-glut \
--libdir=/usr/lib
confflags-swx11+glu-i386-i686 = --with-driver=xlib \
--with-demos= \
+ --disable-glut \
--libdir=/usr/lib/i686/cmov \
CFLAGS="$(CFLAGS) -march=i686"