diff options
author | Gaetan Nadon <[email protected]> | 2013-09-19 15:09:20 -0400 |
---|---|---|
committer | Gaetan Nadon <[email protected]> | 2013-10-09 10:28:12 -0400 |
commit | bc93c3798a8b43682e6ba3a785cc01c977025e15 (patch) | |
tree | e1ad5cf1ff2beca4a6763fb5729e9fc86fc3a81d /src/egl/main | |
parent | 54b028ba89000e197f6a9f2aead195053e2389a3 (diff) |
gallium/state_trackers/glx: 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.
Use to test: --enable-gallium-egl --enable-xlib-glx --disable-dri
Acked-by: Brian Paul <[email protected]>
Signed-off-by: Gaetan Nadon <[email protected]>
Diffstat (limited to 'src/egl/main')
0 files changed, 0 insertions, 0 deletions