summaryrefslogtreecommitdiff
path: root/src/glx/mini
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2006-04-07 03:20:56 +0000
committerDave Airlie <airliedfreedesktop.org>2006-04-07 03:20:56 +0000
commit9d3de643d1cd84cd0f48ff72ab7218f20b158c28 (patch)
treea9f63803b75e2e90029e05e785591a9c0e253f3e /src/glx/mini
parentd25ad506f2c2ce28e7d01b8d3f31c1863ef15d63 (diff)
make miniglx use libdrm properly
Diffstat (limited to 'src/glx/mini')
-rw-r--r--src/glx/mini/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glx/mini/Makefile b/src/glx/mini/Makefile
index 3a95849d1a6..9503192274c 100644
--- a/src/glx/mini/Makefile
+++ b/src/glx/mini/Makefile
@@ -32,8 +32,7 @@ INCLUDE_DIRS = \
-I$(TOP)/src/mesa/swrast \
-I$(TOP)/src/mesa/swrast_setup \
-I$(TOP)/src/mesa/drivers/dri/common \
- -I$(DRM_SOURCE_PATH)/libdrm \
- -I$(DRM_SOURCE_PATH)/shared
+ `pkg-config --cflags libdrm`
##### RULES #####