summaryrefslogtreecommitdiffstats
path: root/toolkit/library/moz.build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
commitdef92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch)
tree2ef34b9ad8bb9a9220e05d60352558b15f513894 /toolkit/library/moz.build
parentAdding debian version 125.0.3-1. (diff)
downloadfirefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz
firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/library/moz.build')
-rw-r--r--toolkit/library/moz.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build
index 185d5f74d0..9fa86b386b 100644
--- a/toolkit/library/moz.build
+++ b/toolkit/library/moz.build
@@ -59,7 +59,7 @@ def Libxul(name, output_category=None):
]
if CONFIG["ACCESSIBILITY"]:
- DELAYLOAD_DLLS += ["oleacc.dll"]
+ DELAYLOAD_DLLS += ["oleacc.dll", "UIAutomationCore.dll"]
if CONFIG["MOZ_WEBRTC"]:
DELAYLOAD_DLLS += ["msdmo.dll"]
@@ -100,6 +100,7 @@ def Libxul(name, output_category=None):
LDFLAGS += ["-Wl,-U,_OBJC_CLASS_$_NSCustomTouchBarItem"]
LDFLAGS += ["-Wl,-U,_OBJC_CLASS_$_NSPopoverTouchBarItem"]
LDFLAGS += ["-lresolv"]
+ LDFLAGS += ["-Wl,-rpath,@executable_path/../Frameworks/ChannelPrefs.framework"]
if CONFIG["MOZ_DEBUG_SYMBOLS"] and CONFIG["CC_TYPE"] == "clang-cl":
LDFLAGS += ["-NATVIS:%s/toolkit/library/gecko.natvis" % TOPSRCDIR]
@@ -232,6 +233,9 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
"-framework CoreSymbolication",
"cups",
]
+ USE_LIBS += [
+ "ChannelPrefs",
+ ]
if CONFIG["MOZ_WIDGET_TOOLKIT"] == "uikit":
OS_LIBS += [
@@ -377,6 +381,7 @@ if CONFIG["OS_ARCH"] == "WINNT":
if CONFIG["ACCESSIBILITY"]:
OS_LIBS += [
"oleacc",
+ "uiautomationcore",
]
# Prevent winapi-rs from statically linking