diff options
Diffstat (limited to 'src/gallium/targets/xvmc-nouveau/Makefile')
-rw-r--r-- | src/gallium/targets/xvmc-nouveau/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/targets/xvmc-nouveau/Makefile b/src/gallium/targets/xvmc-nouveau/Makefile index cc1886415c1..67036ee5090 100644 --- a/src/gallium/targets/xvmc-nouveau/Makefile +++ b/src/gallium/targets/xvmc-nouveau/Makefile @@ -21,6 +21,8 @@ C_SOURCES = \ DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm_nouveau --libs) -lXfixes +LINK_WITH_CXX=1 + include ../Makefile.xvmc symlinks: |