From e15a385e70e0f340ce03bf6f9269e4ca0e95a0a8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 25 Apr 2016 15:16:06 +0200 Subject: [PATCH] Add HAVE_SYSTEMD check --- qb/config.libs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 163463b921..04cdff7566 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -35,6 +35,7 @@ add_define_make DYLIB_LIB "$DYLIB" [ -d /opt/vc/lib ] && add_library_dirs /opt/vc/lib check_lib VIDEOCORE -lbcm_host bcm_host_init "-lvcos -lvchiq_arm" +check_lib SYSTEMD -lsystemd sd_get_machine_names if [ "$HAVE_VIDEOCORE" = 'yes' ]; then [ -d /opt/vc/include ] && add_include_dirs /opt/vc/include