From a9750e0232add4e40f3b3e1dcb31da22d12f4b7e Mon Sep 17 00:00:00 2001 From: Logan McNaughton Date: Mon, 4 Jul 2016 12:25:17 -0600 Subject: [PATCH] Fix library dirs on Raspberry Pi --- qb/config.libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 6deb29c4fc..58a5821f8e 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -33,7 +33,7 @@ add_define_make DYLIB_LIB "$DYLIB" [ "$OS" = 'Darwin' ] && HAVE_X11=no # X11 breaks on recent OSXes even if present. -[ -d /opt/vc/lib ] && add_library_dirs /opt/vc/lib +[ -d /opt/vc/lib ] && add_library_dirs /opt/vc/lib && add_library_dirs /opt/vc/lib/GL check_lib VIDEOCORE -lbcm_host bcm_host_init "-lvcos -lvchiq_arm" check_lib SYSTEMD -lsystemd sd_get_machine_names