From 07e2645bc8d4e5b69e93e64fbef3bc917340a68f Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sun, 12 May 2019 15:21:02 -0400 Subject: Fix packaging when MOZ_SERVICES_SYNC is disabled at compile time --- installer/package-manifest.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/package-manifest.in b/installer/package-manifest.in index 8f21723..041f061 100644 --- a/installer/package-manifest.in +++ b/installer/package-manifest.in @@ -469,8 +469,10 @@ @RESPATH@/components/nsINIProcessor.js @RESPATH@/components/nsPrompter.manifest @RESPATH@/components/nsPrompter.js +#ifdef MOZ_SERVICES_SYNC @RESPATH@/components/SyncComponents.manifest @RESPATH@/components/Weave.js +#endif @RESPATH@/components/CaptivePortalDetectComponents.manifest @RESPATH@/components/captivedetect.js @RESPATH@/components/servicesComponents.manifest @@ -599,7 +601,9 @@ @RESPATH@/defaults/pref/channel-prefs.js ; Services (gre) prefs +#ifdef MOZ_SERVICES_SYNC @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