From ba1ed7aa132692a43b523a2f02d10b09072f85e7 Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 21 Jul 2019 00:18:41 -0700 Subject: [PATCH] qb: Allow --enable-metal for osx only. --- qb/config.libs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 57cf628b72..11c712552f 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -210,6 +210,8 @@ fi check_platform Linux TINYALSA 'Tinyalsa is' true check_platform Linux RPILED 'The RPI led driver is' true +check_platform Darwin METAL 'Metal is' true + if [ "$OS" = 'Darwin' ]; then check_lib '' COREAUDIO "-framework AudioUnit" AudioUnitInitialize check_lib '' CORETEXT "-framework CoreText" CTFontCreateWithName