RetroArch/qb
orbea a34555c9a9 qb: Include /usr/local/include for bsd based systems.
This resolves an issue where the default freebsd compiler does not
include /usr/local/include which contains important headers such as
GL/gl.h and results in the check_header function failing to find them.

Unfortunately pkg-config/pkgconf will not work here for two reasons.
1. It does not seem able to actually check for gl.h which RetroArch
explicitly needs.

2. Not all systems have a pkg-config implementation so we will still
have to fall back to checking for gl.h...

Fixes https://github.com/libretro/RetroArch/issues/5958
2017-12-29 10:23:14 -08:00
..
config.comp.sh qb: Create a check_val function for the no pkg-config fallback path. 2017-11-25 17:42:41 -08:00
config.libs.sh qb: Include /usr/local/include for bsd based systems. 2017-12-29 10:23:14 -08:00
config.params.sh qb: Allow using the system flac. 2017-12-27 09:51:19 -08:00
qb.comp.sh qb: Prefer pkgconf over the legacy GNU pkg-config. 2017-11-24 12:12:56 -08:00
qb.libs.sh qb: Silence some shellcheck warnings. 2017-11-27 10:03:13 -08:00
qb.params.sh qb: Document syntax better. 2017-11-22 15:52:57 -08:00
qb.system.sh qb: Add a function to find executables in the $PATH 2017-11-20 22:06:50 -08:00