diff options
author | Matt Turner <[email protected]> | 2012-08-17 11:16:45 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-22 11:08:06 -0700 |
commit | 625651cf813f2b18626f0d26e68e3a2935325b8d (patch) | |
tree | 138a8c8f69760b3be2bf0fc7a05d7d494b78ad1d /src/mesa/drivers/x11 | |
parent | 9049b7f0fa8689582437ad5413c100fdb607e37b (diff) |
build/x11: Force usage of C++ linker
Tested-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r-- | src/mesa/drivers/x11/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am index d9f342308bd..dab4d6bec8f 100644 --- a/src/mesa/drivers/x11/Makefile.am +++ b/src/mesa/drivers/x11/Makefile.am @@ -50,6 +50,9 @@ lib@GL_LIB@_la_SOURCES = \ xm_line.c \ xm_tri.c +# Force usage of a C++ linker +nodist_EXTRA_lib@GL_LIB@_la_SOURCES = dummy.cpp + GL_MAJOR = 1 GL_MINOR = 6 GL_PATCH = 0 |