state_tracker: Don't build st-renumerate-test without shared glapi

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Dylan Baker 2017-11-20 14:53:09 -08:00
parent 0316aa432d
commit aac3d01178
1 changed files with 2 additions and 0 deletions

View File

@ -16,11 +16,13 @@ AM_CPPFLAGS = \
$(DEFINES)
if HAVE_STD_CXX11
if HAVE_SHARED_GLAPI
TESTS = st-renumerate-test
check_PROGRAMS = st-renumerate-test
noinst_LIBRARIES = libmesa-st-tests-common.a
endif
endif
libmesa_st_tests_common_a_SOURCES = \
st_tests_common.cpp \