mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
This is a proof of concept for the fallback path without pkg-config. As jack is something often not installed by default it demonstrates that when pkg-config exists and the dependency doesn't the check_val function in qb/qb.libs.sh will redundantly check -ljack and as expected, fail. It also shows that when pkg-config is not installed and jack is enabled with --enable-jack it will bail and print a configure error.