diff --git a/src/gallium/targets/xvmc-nouveau/Makefile b/src/gallium/targets/xvmc-nouveau/Makefile index 1d687e35643..e893781e6b8 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