aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/SConscript')
-rw-r--r--src/glx/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript
index 83c62e22f8c..7555fb0568c 100644
--- a/src/glx/SConscript
+++ b/src/glx/SConscript
@@ -26,8 +26,6 @@ env.Append(CPPDEFINES = [
'_REENTRANT',
])
-env.Append(CPPDEFINES = ['DEFAULT_DRIVER_DIR=\\"/usr/local/lib/dri\\"'])
-
env.Prepend(LIBS = [
libloader,
mesautil,