Module: Mesa Branch: master Commit: aac3d0117850a40b89aacfa11924476dbe16983d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aac3d0117850a40b89aacfa11924476dbe16983d
Author: Dylan Baker <[email protected]> Date: Mon Nov 20 14:53:09 2017 -0800 state_tracker: Don't build st-renumerate-test without shared glapi Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- src/mesa/state_tracker/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/state_tracker/tests/Makefile.am b/src/mesa/state_tracker/tests/Makefile.am index 3c7993dc8d..cb585141ea 100644 --- a/src/mesa/state_tracker/tests/Makefile.am +++ b/src/mesa/state_tracker/tests/Makefile.am @@ -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 \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
