mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Remove Social API.
This commit is contained in:
parent
6d5665535e
commit
867cbe5252
54 changed files with 16 additions and 2882 deletions
|
|
@ -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