mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Remove MOZ_SOCIAL.
This commit is contained in:
parent
44dc9ecd8e
commit
d7e628ffa5
2 changed files with 0 additions and 8 deletions
|
|
@ -62,7 +62,6 @@ option(env='MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER',
|
|||
set_config('MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER',
|
||||
depends_if('MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER')(lambda _: True))
|
||||
|
||||
imply_option('MOZ_SOCIAL', False)
|
||||
imply_option('MOZ_SERVICES_HEALTHREPORT', True)
|
||||
imply_option('MOZ_ANDROID_HISTORY', True)
|
||||
|
||||
|
|
|
|||
|
|
@ -2250,7 +2250,6 @@ MOZ_JETPACK=1
|
|||
MOZ_DEVTOOLS_SERVER=1
|
||||
MOZ_DEVTOOLS=
|
||||
MOZ_PLACES=1
|
||||
MOZ_SOCIAL=1
|
||||
MOZ_SERVICES_HEALTHREPORT=1
|
||||
MOZ_SERVICES_SYNC=1
|
||||
MOZ_SERVICES_CLOUDSYNC=1
|
||||
|
|
@ -5116,12 +5115,6 @@ if test "$MOZ_PLACES"; then
|
|||
AC_DEFINE(MOZ_PLACES)
|
||||
fi
|
||||
|
||||
dnl Build SocialAPI if required
|
||||
AC_SUBST(MOZ_SOCIAL)
|
||||
if test "$MOZ_SOCIAL"; then
|
||||
AC_DEFINE(MOZ_SOCIAL)
|
||||
fi
|
||||
|
||||
dnl Build Firefox Health Reporter Service
|
||||
AC_SUBST(MOZ_SERVICES_HEALTHREPORT)
|
||||
if test -n "$MOZ_SERVICES_HEALTHREPORT"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue