mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 18:58:10 +02:00
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:
parent
f1ef89eaab
commit
5f9c72ad23
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue