summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/update/updater/updater-common.build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /toolkit/mozapps/update/updater/updater-common.build
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/mozapps/update/updater/updater-common.build')
-rw-r--r--toolkit/mozapps/update/updater/updater-common.build13
1 files changed, 12 insertions, 1 deletions
diff --git a/toolkit/mozapps/update/updater/updater-common.build b/toolkit/mozapps/update/updater/updater-common.build
index fe0b4a85fa..6c6d0adf6f 100644
--- a/toolkit/mozapps/update/updater/updater-common.build
+++ b/toolkit/mozapps/update/updater/updater-common.build
@@ -22,6 +22,17 @@ if CONFIG["MOZ_VERIFY_MAR_SIGNATURE"]:
"verifymar",
]
+ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
+ srcs += [
+ "macos-frameworks/UpdateSettingsUtil.mm",
+ ]
+ USE_LIBS += [
+ "UpdateSettings",
+ ]
+ LDFLAGS += [
+ "-Wl,-rpath,@executable_path/../Frameworks/UpdateSettings.framework"
+ ]
+
if CONFIG["OS_ARCH"] == "WINNT":
have_progressui = 1
srcs += [
@@ -114,7 +125,7 @@ if CONFIG["MOZ_TSAN"]:
DEFINES["SPRINTF_H_USES_VSNPRINTF"] = True
DEFINES["NS_NO_XPCOM"] = True
DisableStlWrapping()
-for var in ("MAR_CHANNEL_ID", "MOZ_APP_VERSION"):
+for var in ("MAR_CHANNEL_ID", "MOZ_APP_VERSION", "ACCEPTED_MAR_CHANNEL_IDS"):
DEFINES[var] = '"%s"' % CONFIG[var]
LOCAL_INCLUDES += [