summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r600/Makefile')
-rw-r--r--src/gallium/drivers/r600/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/Makefile b/src/gallium/drivers/r600/Makefile
index 0e68fe99345..80f8cbfc803 100644
--- a/src/gallium/drivers/r600/Makefile
+++ b/src/gallium/drivers/r600/Makefile
@@ -3,8 +3,7 @@ include $(TOP)/configs/current
LIBNAME = r600
-LIBRARY_INCLUDES = \
- $(shell pkg-config libdrm --cflags-only-I)
+LIBRARY_INCLUDES = -I$(TOP)/include
# get C_SOURCES
include Makefile.sources