From 5593323410b2373ef7c4abcc4826d85e573a13fc Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Thu, 5 Apr 2018 06:02:02 -0400 Subject: Take the following project_flags out of moz.configure: and put them back into old-configure MOZ_PLACES MOZ_SOCIAL MOZ_SERVICES_HEALTHREPORT MOZ_SERVICES_SYNC MOZ_SERVICES_CLOUDSYNC --- application/palemoon/confvars.sh | 2 -- application/palemoon/moz.configure | 5 ----- 2 files changed, 7 deletions(-) (limited to 'application') diff --git a/application/palemoon/confvars.sh b/application/palemoon/confvars.sh index 705f992ee..560eb1cec 100644 --- a/application/palemoon/confvars.sh +++ b/application/palemoon/confvars.sh @@ -70,8 +70,6 @@ MOZ_PHOENIX_EXTENSIONS=1 # Platform Feature: Sync Service MOZ_SERVICES_COMMON=1 MOZ_SERVICES_SYNC=1 -MOZ_SERVICES_FXACCOUNTS=1 -MOZ_SERVICES_CRYPTO=1 # Platform Feature: JS based Downloads Manager MOZ_JSDOWNLOADS=1 diff --git a/application/palemoon/moz.configure b/application/palemoon/moz.configure index 631980d15..72236254f 100644 --- a/application/palemoon/moz.configure +++ b/application/palemoon/moz.configure @@ -4,9 +4,4 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -imply_option('MOZ_PLACES', True) -imply_option('MOZ_SERVICES_HEALTHREPORT', True) -imply_option('MOZ_SERVICES_SYNC', True) -imply_option('MOZ_SERVICES_CLOUDSYNC', True) - include('../../toolkit/moz.configure') -- cgit v1.2.3