summaryrefslogtreecommitdiff
path: root/src/glx/x11/Makefile
diff options
context:
space:
mode:
authorAdam Jackson <ajax@freedesktop.org>2006-08-10 20:19:57 +0000
committerAdam Jackson <ajax@freedesktop.org>2006-08-10 20:19:57 +0000
commitbe85fde82b148c4fc3639fcf3cfedb5de9381fc8 (patch)
tree7740c9ad8cca4717930b1466add6735ad9c341b4 /src/glx/x11/Makefile
parentb7a661cf8c9adc5fdba31f11545e8caebac7995a (diff)
linux-indirect target fixes.
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r--src/glx/x11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile
index 3ecb744179..c509d4e085 100644
--- a/src/glx/x11/Makefile
+++ b/src/glx/x11/Makefile
@@ -47,7 +47,7 @@ INCLUDES = -I. \
-I$(TOP)/src/mesa/main \
-I$(TOP)/src/mesa/glapi \
-I$(TOP)/src/mesa/drivers/dri/common \
- `pkg-config --cflags libdrm` \
+ $(LIBDRM_CFLAGS) \
$(X11_INCLUDES)