[Mesa-dev] [PATCH 1/7] mesa/tests: Don't build glapi tests with shared-glapi

Ian Romanick idr at freedesktop.org
Wed Aug 1 17:07:06 PDT 2012


From: Ian Romanick <ian.d.romanick at intel.com>

This fixes 'make check' on with --enable-shared-glapi.  This test cannot work
in that environment.

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
 src/mapi/glapi/tests/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mapi/glapi/tests/Makefile.am b/src/mapi/glapi/tests/Makefile.am
index 96fc871..d1d2f03 100644
--- a/src/mapi/glapi/tests/Makefile.am
+++ b/src/mapi/glapi/tests/Makefile.am
@@ -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
-- 
1.7.6.5



More information about the mesa-dev mailing list