Fix QNX build - prioritize system EGL headers over the Khronos ones
This commit is contained in:
parent
26a66653f0
commit
e25675582a
3 changed files with 4 additions and 3 deletions
2
configure
vendored
2
configure
vendored
|
@ -15677,7 +15677,7 @@ case "$host" in
|
|||
;;
|
||||
esac
|
||||
|
||||
INCLUDE="-I$srcdir/include -I$srcdir/src/video/khronos"
|
||||
INCLUDE="-I$srcdir/include -idirafter $srcdir/src/video/khronos"
|
||||
if test x$srcdir != x.; then
|
||||
INCLUDE="-Iinclude $INCLUDE"
|
||||
elif test -d .hg; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue