summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/Makefile
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-09-11 13:28:12 +0200
committerMarek Olšák <[email protected]>2011-09-12 22:03:02 +0200
commit85f5d7ceee526a272cb19c2c9d44d6e7aa5d422d (patch)
treed1b4905bbabe32a16800a15c1fe69be56ed7f970 /src/gallium/drivers/r600/Makefile
parentfb5995cf53000af3bd32ca6effb4b08c4aaffe17 (diff)
r600g: cleanup build include dirs and dependencies
The scons build still depended on libdrm_radeon.
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