diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-05-17 23:30:26 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-05-17 23:30:26 -0400 |
commit | 42ee1a92926c16a631cf7c34ff5d63b4f7785ca0 (patch) | |
tree | 5f5bf697c4ac723ae29625712d05f377f2653bd0 | |
parent | 07e2645bc8d4e5b69e93e64fbef3bc917340a68f (diff) | |
download | iceweasel-uxp-42ee1a92926c16a631cf7c34ff5d63b4f7785ca0.tar.gz |
Fix locale when built without sync
-rw-r--r-- | locales/Makefile.in | 2 | ||||
-rw-r--r-- | locales/l10n.ini | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/locales/Makefile.in b/locales/Makefile.in index 8ee936e..17d6c15 100644 --- a/locales/Makefile.in +++ b/locales/Makefile.in @@ -97,7 +97,9 @@ DEFINES += -DBOOKMARKS_INCLUDE_DIR=$(dir $(call MERGE_FILE,profile/bookmarks.inc libs-%: $(NSINSTALL) -D $(DIST)/install @$(MAKE) -C $(DEPTH)/toolkit/locales libs-$* XPI_ROOT_APPID='$(XPI_ROOT_APPID)' +ifdef MOZ_SERVICES_SYNC @$(MAKE) -C $(DEPTH)/services/sync/locales AB_CD=$* XPI_NAME=locale-$* +endif @$(MAKE) -C $(DEPTH)/extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$* # @$(MAKE) -C ../extensions/pocket/locale AB_CD=$* XPI_NAME=locale-$* @$(MAKE) -C $(DEPTH)/intl/locales AB_CD=$* XPI_NAME=locale-$* diff --git a/locales/l10n.ini b/locales/l10n.ini index 0e74094..ab6a8c5 100644 --- a/locales/l10n.ini +++ b/locales/l10n.ini @@ -16,7 +16,9 @@ dirs = browser # non-central apps might want to use %(topsrcdir)s here, or other vars # RFE: that needs to be supported by compare-locales, too, though toolkit = toolkit/locales/l10n.ini +#ifdef MOZ_SERVICES_SYNC services_sync = services/sync/locales/l10n.ini +#endif [extras] dirs = extensions/spellcheck |