mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
[BASILISK] Add configure option to disable sync
This commit is contained in:
parent
77006c3f17
commit
b8e9664f47
1 changed files with 9 additions and 1 deletions
|
|
@ -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 ========================================================
|
||||
|
|
@ -28,4 +36,4 @@ if test -n "$MOZ_WEBEXTENSIONS"; then
|
|||
AC_DEFINE(MOZ_WEBEXTENSIONS)
|
||||
fi
|
||||
|
||||
AC_SUBST(MOZ_WEBEXTENSIONS)
|
||||
AC_SUBST(MOZ_WEBEXTENSIONS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue