summaryrefslogtreecommitdiff
path: root/src/glx/mini/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/mini/Makefile')
-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 3a95849d1a..9503192274 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 #####