diff options
author | Emil Velikov <[email protected]> | 2017-04-13 17:54:08 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-05-04 18:12:11 +0100 |
commit | 424cb9d3eaf2cd4e049c728920a9965df1fbcfac (patch) | |
tree | a4ef9df25467951fe60281b0e89ac72db8ec9f2b /src/mesa/main/tests | |
parent | edb7165b25aa4f9be445988f524f54dc630dbcbe (diff) |
mesa/tests: remove no longer needed HAVE_SHARED_GLAPI define
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r-- | src/mesa/main/tests/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/tests/Makefile.am b/src/mesa/main/tests/Makefile.am index 8b4598d9248..47fce8a5b78 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 \ |