mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 13:50:09 +01:00
gallium/state_trackers/egl: use X11_INCLUDES rather than X11_CFLAGS
The X11_CFLAGS variable is undefined (not defined in config.status). It appears the intent was to use X11_INCLUDES defined in configure.ac. It is used for building the code in the x11 subdir. The build does not fail on this one as LIBDRM_CFLAGS happens to have the inludedir value as the one for X11. It will not always be the case. The option --enable-gallium-egl is required durimg configuration. Acked-by: Brian Paul <brianp@vmware.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
parent
bd19e25703
commit
d901d7e08e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ libegl_la_SOURCES = $(common_SOURCES)
|
|||
if HAVE_EGL_PLATFORM_X11
|
||||
libegl_la_SOURCES += $(x11_SOURCES) $(x11_drm_SOURCES)
|
||||
AM_CFLAGS += \
|
||||
$(X11_CFLAGS) \
|
||||
$(X11_INCLUDES) \
|
||||
$(LIBDRM_CFLAGS) \
|
||||
$(DRI2PROTO_CFLAGS)
|
||||
AM_CPPFLAGS += \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue