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 commits35189d76,bc93c3798,54b028ba,d901d7e08, etc.) Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user