Module: Mesa
Branch: 9.1
Commit: ea51f870f68add4ce7ff27fdb486547826dcc828
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea51f870f68add4ce7ff27fdb486547826dcc828

Author: Andreas Boll <andreas.boll....@gmail.com>
Date:   Thu Feb 21 09:17:56 2013 +0100

targets/xa-vmwgfx: Force c++ linker to fix undefined symbols

NOTE: This is a candidate for the 9.1 branch.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61200
Reviewed-by: Matt Turner <matts...@gmail.com>
(cherry picked from commit c1eb585f3d62670782d9cc73637b7e3bcab46d66)

---

 src/gallium/targets/xa-vmwgfx/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/xa-vmwgfx/Makefile.am 
b/src/gallium/targets/xa-vmwgfx/Makefile.am
index 01cff4b..6fe0510 100644
--- a/src/gallium/targets/xa-vmwgfx/Makefile.am
+++ b/src/gallium/targets/xa-vmwgfx/Makefile.am
@@ -47,6 +47,8 @@ libxatracker_la_LIBADD = \
        $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
        $(top_builddir)/src/gallium/drivers/rbug/librbug.la
 
+nodist_EXTRA_libxatracker_la_SOURCES = dummy.cpp
+
 if HAVE_MESA_LLVM
 libxatracker_la_LDFLAGS += $(LLVM_LDFLAGS)
 libxatracker_la_LIBADD += $(LLVM_LIBS)

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to