From 2954e4c3d7db1978b0758907d673bae0f5e4cdb8 Mon Sep 17 00:00:00 2001 From: Timo Aaltonen Date: Fri, 4 Jul 2008 08:48:33 +0300 Subject: Disable glut for swx11 targets. It was not built before either and would need new build-deps (xi xmu). --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3