From: Jon TURNEY Date: Fri, 4 Sep 2015 11:43:05 +0000 (+0100) Subject: glxl/tests: Use X11_INCLUDES instead of X11_CFLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f9c72ad23e3f646c2007b70f482561c98b94ea7;p=mesa.git glxl/tests: Use X11_INCLUDES instead of X11_CFLAGS X11_CFLAGS is undefined, so these tests will fail to build if x11proto is installed in a non-standard location. (See also commits 35189d76, bc93c3798, 54b028ba, d901d7e08, etc.) Signed-off-by: Jon TURNEY Reviewed-by: Matt Turner Reviewed-by: Emil Velikov --- diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am index b02a9e3770e..bdc78c0d5af 100644 --- a/src/glx/tests/Makefile.am +++ b/src/glx/tests/Makefile.am @@ -10,7 +10,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include/GL/internal \ $(DEFINES) \ $(LIBDRM_CFLAGS) \ - $(X11_CFLAGS) + $(X11_INCLUDES) TESTS = glx-test check_PROGRAMS = glx-test