summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/gbm
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2011-09-14 16:18:23 +0200
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2011-09-14 16:19:52 +0200
commit57594065c30feec9376be9b2132659f7d87362ee (patch)
tree7e6808e0c5240b513851b7925c5be6678663b5e5 /src/gallium/targets/gbm
parenta42eca84c56f6860e67c0c57f4765a5530cc5f81 (diff)
downloadexternal_mesa3d-57594065c30feec9376be9b2132659f7d87362ee.zip
external_mesa3d-57594065c30feec9376be9b2132659f7d87362ee.tar.gz
external_mesa3d-57594065c30feec9376be9b2132659f7d87362ee.tar.bz2
nv50/ir: import new shader backend code
Diffstat (limited to 'src/gallium/targets/gbm')
-rw-r--r--src/gallium/targets/gbm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/gbm/Makefile b/src/gallium/targets/gbm/Makefile
index 033a1ac..c516588 100644
--- a/src/gallium/targets/gbm/Makefile
+++ b/src/gallium/targets/gbm/Makefile
@@ -118,6 +118,7 @@ pipe_SOURCES += pipe_i965.c
endif
ifneq ($(findstring nouveau/drm,$(GALLIUM_WINSYS_DIRS)),)
+LDFLAGS += -lstdc++
pipe_TARGETS += $(PIPE_PREFIX)nouveau.so
pipe_SOURCES += pipe_nouveau.c
endif