From af860d840a591ce0dfae5a2a3eccfd0ced136f28 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Mon, 31 Jul 2023 13:54:43 -0700 Subject: [PATCH] mac: fix cli script --- install/local/install-scrypted-dependencies-mac.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/local/install-scrypted-dependencies-mac.sh b/install/local/install-scrypted-dependencies-mac.sh index 79e0f77ed..c40255dea 100755 --- a/install/local/install-scrypted-dependencies-mac.sh +++ b/install/local/install-scrypted-dependencies-mac.sh @@ -58,6 +58,9 @@ brew unpin gst-python ### END HACK WORKAROUND +# seems to be necessary for python-codecs' pycairo dependency or something? +RUN_IGNORE gobject-introspection libffi pkg-config + # gstreamer plugins RUN_IGNORE brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav # gst python bindings