diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-12 09:52:12 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-13 21:17:16 +0100 |
commit | c2a1bcb1b3e56c16a8433a516646d4eb8581fd91 (patch) | |
tree | 298530c428017d1e1fbb3e42897526abfaa86247 /package/i2c-tools/0001-lib-Module.mk-Add-missing-dependencies.patch | |
parent | badc3c9f04b01c065a8cc5a07b57ec43c96b4c5e (diff) | |
download | buildroot-c2a1bcb1b3e56c16a8433a516646d4eb8581fd91.tar.gz buildroot-c2a1bcb1b3e56c16a8433a516646d4eb8581fd91.zip |
package/sdl2_net: add missing host-pkgconf dependency
The sdl2_net configure script uses pkg-config to finx sdl2. If it
doesn't find pkg-config, it tries to locate sdl2-config, and defaults
to /usr/bin/sdl2-config, which causes the build to fail with:
arm-linux-gcc: ERROR: unsafe header/library path used in cross-compilation: '-I/usr/include/SDL2'
Fix this by adding host-pkgconf to the dependencies of sdl2_net. We
could have added the right autoconf cache variable to tell the
configure script where sdl2-config is located, but since pkg-config is
tried first, let's use that.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/i2c-tools/0001-lib-Module.mk-Add-missing-dependencies.patch')
0 files changed, 0 insertions, 0 deletions