From d3e5569ee138378a0b26921206edd0b2627c24ab Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 1 Dec 2018 16:39:51 -0500 Subject: [PALEMOON] Complete making Sync optional at build time - Part 2: Packaging --- application/palemoon/installer/package-manifest.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/palemoon/installer/package-manifest.in') diff --git a/application/palemoon/installer/package-manifest.in b/application/palemoon/installer/package-manifest.in index e63af4013..656e60cb7 100644 --- a/application/palemoon/installer/package-manifest.in +++ b/application/palemoon/installer/package-manifest.in @@ -248,8 +248,10 @@ ; gre location for now. @RESPATH@/defaults/pref/channel-prefs.js +#ifdef MOZ_SERVICES_SYNC ; Services (gre) prefs @RESPATH@/defaults/pref/services-sync.js +#endif ; [Layout Engine Resources] ; Style Sheets, Graphics and other Resources used by the layout engine. -- cgit v1.2.3