From 03d07e3e289f81900620beccc68a7d06ae584d26 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Wed, 17 Apr 2019 04:58:14 -0400 Subject: [PATCH] [BASILISK] Port PM Sync Client - Part 6b: Don't build the sync client ui when it is disabled, duh. --- application/basilisk/components/moz.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/basilisk/components/moz.build b/application/basilisk/components/moz.build index 359aa88600..dc6e118f9f 100644 --- a/application/basilisk/components/moz.build +++ b/application/basilisk/components/moz.build @@ -19,13 +19,15 @@ DIRS += [ 'sessionstore', 'shell', 'selfsupport', - 'sync', 'translation', ] if CONFIG['MOZ_WEBEXTENSIONS']: DIRS += ['webextensions'] +if CONFIG['MOZ_SERVICES_SYNC']: + DIRS += ['sync'] + DIRS += ['build'] XPIDL_SOURCES += [