Module: Mesa Branch: master Commit: 424cb9d3eaf2cd4e049c728920a9965df1fbcfac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=424cb9d3eaf2cd4e049c728920a9965df1fbcfac
Author: Emil Velikov <[email protected]> Date: Thu Apr 13 17:54:08 2017 +0100 mesa/tests: remove no longer needed HAVE_SHARED_GLAPI define Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> --- src/mesa/main/tests/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/main/tests/Makefile.am b/src/mesa/main/tests/Makefile.am index 8b4598d924..47fce8a5b7 100644 --- a/src/mesa/main/tests/Makefile.am +++ b/src/mesa/main/tests/Makefile.am @@ -23,8 +23,6 @@ main_test_LDADD = \ $(CLOCK_LIB) if HAVE_SHARED_GLAPI -AM_CPPFLAGS += -DHAVE_SHARED_GLAPI - main_test_SOURCES += \ dispatch_sanity.cpp \ mesa_formats.cpp \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
