summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorroot <root@pris.hut.fi>2008-07-04 10:02:58 +0300
committerTimo Aaltonen <tjaalton@pris.hut.fi>2008-07-04 11:50:08 +0300
commit38eb154b39980bc977f4daa6d77a88d335de786d (patch)
treeb22f969cd7a31e7e520b5d67e59138225c26adb9 /debian
parent2954e4c3d7db1978b0758907d673bae0f5e4cdb8 (diff)
Use --enable-glx-tls for dri.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules1
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5fea75d5b76..5da80d74e7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,9 @@ mesa (7.1~rc1-1) UNRELEASED; urgency=low
it.
* Add automake & autoconf to build-deps.
* Remove configs/current on clean.
+ * Use --enable-glx-tls for dri.
- -- Timo Aaltonen <tepsipakki@ubuntu.com> Thu, 03 Jul 2008 18:36:45 +0300
+ -- Timo Aaltonen <tepsipakki@ubuntu.com> Fri, 04 Jul 2008 10:02:34 +0300
mesa (7.0.3-4) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 98a2fb2eb29..266832e2150 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,6 +59,7 @@ confflags-dri = --with-demos=xdemos \
--libdir=/usr/lib/glx \
--with-dri-driverdir=/usr/lib/dri \
--disable-glu --disable-glut --disable-glw \
+ --enable-glx-tls \
CFLAGS="$(CFLAGS)"
confflags-osmesa = --with-driver=osmesa \