diff options
Diffstat (limited to 'src/gallium/targets/xorg-nouveau/Makefile')
-rw-r--r-- | src/gallium/targets/xorg-nouveau/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/targets/xorg-nouveau/Makefile b/src/gallium/targets/xorg-nouveau/Makefile index cb4ae497594..72899db98cd 100644 --- a/src/gallium/targets/xorg-nouveau/Makefile +++ b/src/gallium/targets/xorg-nouveau/Makefile @@ -26,4 +26,6 @@ DRIVER_LINKS = \ DRIVER_INCLUDES = \ $(shell $(PKG_CONFIG) --cflags-only-I libdrm libdrm_nouveau xf86driproto) +LINK_WITH_CXX=1 + include ../Makefile.xorg |