From 1ce9205f790471214b69c94f2ee07c4eabfa26f0 Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Sun, 15 Apr 2012 16:40:53 +0200 Subject: targets/xvmc-nouveau: fix accidental hardcoded include path 5b0cd37324555638661a4a70c2bdf49eeebe876c wasn't meant to be pushed. --- src/gallium/targets/xvmc-nouveau/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets') diff --git a/src/gallium/targets/xvmc-nouveau/Makefile b/src/gallium/targets/xvmc-nouveau/Makefile index e893781e6b8..f81f409dc9a 100644 --- a/src/gallium/targets/xvmc-nouveau/Makefile +++ b/src/gallium/targets/xvmc-nouveau/Makefile @@ -20,7 +20,7 @@ C_SOURCES = \ DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm_nouveau --libs) -lXfixes -DRIVER_INCLUDES = -I/usr/include/libdrm/ +DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I) LINK_WITH_CXX=1 -- cgit v1.2.3