Bug 1946501 - Make ScreenCaptureKit a weak framework. a=pascalc

Original Revision: https://phabricator.services.mozilla.com/D237085

Differential Revision: https://phabricator.services.mozilla.com/D237696
This commit is contained in:
Pier Angelo Vendrame 2025-03-11 12:28:26 +00:00
parent f247521895
commit 1c991445bc

View file

@ -228,7 +228,7 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
"-framework AVFoundation",
"-framework CoreMedia",
"-framework IOKit",
"-framework ScreenCaptureKit",
"-weak_framework ScreenCaptureKit",
"-F%s" % CONFIG["MACOS_PRIVATE_FRAMEWORKS_DIR"],
"-framework CoreUI",
"-framework CoreSymbolication",