From 424cb9d3eaf2cd4e049c728920a9965df1fbcfac Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 13 Apr 2017 17:54:08 +0100 Subject: [PATCH] mesa/tests: remove no longer needed HAVE_SHARED_GLAPI define MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Emil Velikov Reviewed-by: Nicolai Hähnle --- 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 8b4598d..47fce8a 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 \ -- 2.7.4