summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2022-06-04 14:17:43 -0500
committerBrian Smith <brian@dbsoft.org>2022-06-04 14:17:43 -0500
commit297bd5c0cfa27cb2ebef08633029bf0970eba00c (patch)
tree8e1350b01de2c2e3bdd15200b12e731bdbf8512a
parentef0c5077da9a1eec8f07f76f7bea2bb924357733 (diff)
downloadbasilisk-297bd5c0cfa27cb2ebef08633029bf0970eba00c.tar.gz
Revert "No Issue - Always build with bundled fonts"
This reverts commit 37651df28da69a3a0481b1984dc41d1238f795c3.
-rw-r--r--basilisk/confvars.sh5
-rw-r--r--basilisk/installer/package-manifest.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/basilisk/confvars.sh b/basilisk/confvars.sh
index 11ca15a..64eb57e 100644
--- a/basilisk/confvars.sh
+++ b/basilisk/confvars.sh
@@ -10,6 +10,11 @@ MOZ_AUSTRALIS=1
MC_BASILISK=1
MOZ_UPDATER=
+if test "$OS_ARCH" = "WINNT" -o \
+ "$OS_ARCH" = "Linux"; then
+ MOZ_BUNDLED_FONTS=1
+fi
+
# For Basilisk we want to use 52.9.YYYY.MM.DD as MOZ_APP_VERSION in release
# builds so add-on developers have something to target while maintaining
# Firefox compatiblity.
diff --git a/basilisk/installer/package-manifest.in b/basilisk/installer/package-manifest.in
index 106f061..1a4f03f 100644
--- a/basilisk/installer/package-manifest.in
+++ b/basilisk/installer/package-manifest.in
@@ -50,7 +50,9 @@
@RESPATH@/chrome/@AB_CD@@JAREXT@
@RESPATH@/chrome/@AB_CD@.manifest
@RESPATH@/dictionaries/*
+#if defined(XP_WIN) || defined(XP_LINUX)
@RESPATH@/fonts/*
+#endif
@RESPATH@/hyphenation/*
@RESPATH@/browser/@PREF_DIR@/firefox-l10n.js
#ifdef HAVE_MAKENSISU