diff options
author | Peter Kümmel <syntheticpp@gmx.net> | 2014-06-01 12:18:28 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-06-08 18:52:14 +0200 |
commit | 1ff9045f4b62b53f55457f00a80d63e77acd758c (patch) | |
tree | c5621f9035115896dc5459346e8b6a2691cdd63d /package/gcc | |
parent | 05a734153908ee40d5c7a475b10c40e3f1796dd1 (diff) | |
download | buildroot-1ff9045f4b62b53f55457f00a80d63e77acd758c.tar.gz buildroot-1ff9045f4b62b53f55457f00a80d63e77acd758c.zip |
sunxi-mali: use only -I${includedir} as pkg-config Cflags
Using only -I${includedir} in common practice.
Settings only -I${includedir}/GLES2 breaks Qt5's CMake files,
because at configure time CMake only searchs the paths reported
by pkg-config, and not even /usr/include is used as default.
Even though pkg-config strips out standard include path, that's not
the case with pkgconf (which we are using) in cross-compilation,
which correctly reports the /usr/include dir prefixed with the
sysroot.
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Kümmel <syntheticpp@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions