From 85f5d7ceee526a272cb19c2c9d44d6e7aa5d422d Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 11 Sep 2011 13:28:12 +0200 Subject: r600g: cleanup build include dirs and dependencies The scons build still depended on libdrm_radeon. --- src/gallium/drivers/r600/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gallium/drivers/r600/Makefile') 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 -- cgit v1.2.3