gallium/state_trackers/egl: use X11_INCLUDES rather than X11_CFLAGS
authorGaetan Nadon <memsize@videotron.ca>
Thu, 19 Sep 2013 18:55:20 +0000 (14:55 -0400)
committerGaetan Nadon <memsize@videotron.ca>
Wed, 9 Oct 2013 14:23:00 +0000 (10:23 -0400)
commitd901d7e08e355183c44a6cce54f823a26252acf3
tree6d7e542cb8c1538996bc4ed7573c6ed265e06017
parentbd19e25703f483cfe48188c6bb553648415b4ecc
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>
src/gallium/state_trackers/egl/Makefile.am