[Centaury] Add configure option to disable sync

master
Fedor 2019-05-20 09:01:55 +03:00
parent a8970620ab
commit 734226007f
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@ AC_SUBST(MC_BASILISK)
dnl Optional parts of the build.
dnl ========================================================
dnl = Disable Sync
dnl ========================================================
MOZ_ARG_DISABLE_BOOL(sync,
[ --disable-sync Disable Sync],
MOZ_SERVICES_SYNC=,
MOZ_SERVICES_SYNC=1)
dnl ========================================================
dnl = Disable WebExtensions
dnl ========================================================