summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDavid Nusinow <dnusinow@debian.org>2006-09-25 02:57:24 +0000
committerDavid Nusinow <dnusinow@debian.org>2006-09-25 02:57:24 +0000
commitd429f0b14f290bc9f5c3e5e2eb61a8e8f74b879f (patch)
tree93f9bc9845214d52e380ccc619e1faf5e3be72be /configs
parent02339187ad1d07275bc6cb721e60bda951372201 (diff)
* Make sure that libGl looks for the dri drivers in the proper location. Do
this by setting the appropriate variables in the debian config
Diffstat (limited to 'configs')
-rw-r--r--configs/debian3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/debian b/configs/debian
index 7f3023611dc..4f668ea2439 100644
--- a/configs/debian
+++ b/configs/debian
@@ -20,3 +20,6 @@ GLW_SOURCES += GLwMDrawA.c
GL_LIB_DEPS = `pkg-config --libs x11 xext` -lm -lpthread
GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) `pkg-config --libs x11 xt` -lXm
+
+DRI_DRIVER_INSTALL_DIR = /usr/lib/dri
+DRI_DRIVER_SEARCH_DIR = $(DRI_DRIVER_INSTALL_DIR)