mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 03:50:13 +01:00
i965: Link i965_dri.so with C++ linker.
Force C++ linking of i965_dri.so by adding a dummy C++ source file. Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
ba588dd45d
commit
89559c50e7
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ TEST_LIBS = \
|
|||
../common/libdri_test_stubs.la
|
||||
|
||||
i965_dri_la_SOURCES =
|
||||
nodist_EXTRA_i965_dri_la_SOURCES = dummy2.cpp
|
||||
i965_dri_la_LIBADD = $(COMMON_LIBS)
|
||||
i965_dri_la_LDFLAGS = -module -avoid-version -shared
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue