summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-01-23 13:50:15 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-08 15:04:57 +0200
commitc683df54833bece7840543ca3cc4a93c2c98573f (patch)
treecf6080ac499cd9d8c37b090931762207d87c6195 /toolkit
parent8862a2ebf7a4759ba454dbd89c96eacf9ba368d0 (diff)
downloaduxp-c683df54833bece7840543ca3cc4a93c2c98573f.tar.gz
No issue - Always build MAR support.
Even when there is no updater.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/toolkit.mozbuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild
index a768bdc4b4..b8f30d64a9 100644
--- a/toolkit/toolkit.mozbuild
+++ b/toolkit/toolkit.mozbuild
@@ -17,9 +17,9 @@ DIRS += [
'/security/apps',
]
-# the signing related bits of libmar depend on nss
-if CONFIG['MOZ_UPDATER']:
- DIRS += ['/modules/libmar']
+# MAR support at all times.
+DIRS += ['/modules/libmar',
+ '/other-licenses/bsdiff']
DIRS += [
'/config/external/freetype2',
@@ -32,9 +32,6 @@ DIRS += [
if CONFIG['MOZ_AUTH_EXTENSION']:
DIRS += ['/extensions/auth']
-if CONFIG['MOZ_UPDATER']:
- DIRS += ['/other-licenses/bsdiff']
-
# Gecko/Core components.
DIRS += [