mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
mesa/tests: Don't build glapi tests with shared-glapi
This fixes 'make check' on with --enable-shared-glapi. This test cannot work in that environment. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
parent
e45a9ce474
commit
52d6df8aa7
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
if !HAVE_SHARED_GLAPI
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir)/src/gtest/include \
|
||||
-I$(top_builddir)/src/mapi \
|
||||
|
|
@ -13,3 +14,4 @@ glapi_test_LDADD = \
|
|||
$(top_builddir)/src/mapi/glapi/libglapi.la \
|
||||
$(top_builddir)/src/gtest/libgtest.la \
|
||||
-lpthread
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue