From 5b0cd37324555638661a4a70c2bdf49eeebe876c Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Fri, 6 Apr 2012 17:02:08 +0200 Subject: targets/xvmc-nouveau: add libdrm include path --- src/gallium/targets/xvmc-nouveau/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/targets') diff --git a/src/gallium/targets/xvmc-nouveau/Makefile b/src/gallium/targets/xvmc-nouveau/Makefile index 1d687e3..e893781 100644 --- a/src/gallium/targets/xvmc-nouveau/Makefile +++ b/src/gallium/targets/xvmc-nouveau/Makefile @@ -20,6 +20,8 @@ C_SOURCES = \ DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm_nouveau --libs) -lXfixes +DRIVER_INCLUDES = -I/usr/include/libdrm/ + LINK_WITH_CXX=1 include ../Makefile.xvmc -- cgit v1.1