[Mesa-dev] [PATCH 2/2] Remove unneeded X11_CFLAGS

Jon TURNEY jon.turney at dronecode.org.uk
Fri Sep 4 04:43:06 PDT 2015


X11_CFLAGS is never defined.  Path to X11 headers is not needed here, so
just remove.

Future work: Using AM_CFLAGS here looks wrong, as this Makefile only builds
C++ files

Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
---
 src/mesa/main/tests/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/tests/Makefile.am b/src/mesa/main/tests/Makefile.am
index 9467f3b..bd7ab73 100644
--- a/src/mesa/main/tests/Makefile.am
+++ b/src/mesa/main/tests/Makefile.am
@@ -1,5 +1,4 @@
 AM_CFLAGS = \
-	$(X11_CFLAGS) \
 	$(PTHREAD_CFLAGS)
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/gtest/include \
-- 
2.5.1



More information about the mesa-dev mailing list