diff options
author | root <[email protected]> | 2008-07-04 10:02:58 +0300 |
---|---|---|
committer | Timo Aaltonen <[email protected]> | 2008-07-04 11:50:08 +0300 |
commit | 38eb154b39980bc977f4daa6d77a88d335de786d (patch) | |
tree | b22f969cd7a31e7e520b5d67e59138225c26adb9 /debian/rules | |
parent | 2954e4c3d7db1978b0758907d673bae0f5e4cdb8 (diff) |
Use --enable-glx-tls for dri.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |