gallium/targets/libgl-xlib: X11/Xlib.h: No such file or directory
authorGaetan Nadon <memsize@videotron.ca>
Thu, 19 Sep 2013 18:18:30 +0000 (14:18 -0400)
committerGaetan Nadon <memsize@videotron.ca>
Wed, 9 Oct 2013 14:24:35 +0000 (10:24 -0400)
commit54b028ba89000e197f6a9f2aead195053e2389a3
treea33b7d04d510eb727aea1d75ecb46f5f529cc619
parentd901d7e08e355183c44a6cce54f823a26252acf3
gallium/targets/libgl-xlib: X11/Xlib.h: No such file or directory

The compiler cannot find the Xlib.h in the installed system headers.
All supplied include directives point to inside the mesa module.
The X11_CFLAGS variable is undefined (not defined in config.status).

It appears the intent was to use X11_INCLUDES defined in configure.ac.

The Xlib.h file is not installed on my workstation. It is supplied in
the libx11-dev package. This allows an X developer control over which
version of this file is used for X development.

Acked-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
src/gallium/targets/libgl-xlib/Makefile.am