[PALEMOON] Complete making Sync optional at build time

This commit is contained in:
NTD 2018-12-01 16:26:26 -05:00 committed by Roy Tam
commit 38e84217a3
8 changed files with 31 additions and 2 deletions

View file

@ -310,6 +310,10 @@ def old_configure_options(*options):
'--enable-calendar',
'--enable-incomplete-external-linkage',
# Below are configure flags used by Pale Moon
'--disable-browser-statusbar',
'--disable-sync',
# Below are configure flags used by Basilisk
'--disable-webextensions',
)