summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xorg-nouveau/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/xorg-nouveau/Makefile')
-rw-r--r--src/gallium/targets/xorg-nouveau/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/targets/xorg-nouveau/Makefile b/src/gallium/targets/xorg-nouveau/Makefile
index 16ac954d18a..755969cae27 100644
--- a/src/gallium/targets/xorg-nouveau/Makefile
+++ b/src/gallium/targets/xorg-nouveau/Makefile
@@ -23,4 +23,7 @@ DRIVER_PIPES = \
DRIVER_LINKS = \
$(shell pkg-config --libs libdrm libdrm_nouveau)
+DRIVER_INCLUDES = \
+ $(shell pkg-config --cflags-only-I libdrm libdrm_nouveau xf86driproto)
+
include ../Makefile.xorg