From 1e868fadf94935bcb4a49ea5eec776d84fe2d1e7 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Wed, 17 Apr 2019 04:58:14 -0400 Subject: [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(-) (limited to 'application') diff --git a/application/basilisk/components/moz.build b/application/basilisk/components/moz.build index 6c6cca9df..a9c29936b 100644 --- a/application/basilisk/components/moz.build +++ b/application/basilisk/components/moz.build @@ -19,10 +19,12 @@ DIRS += [ 'sessionstore', 'shell', 'selfsupport', - 'sync', 'translation', ] +if CONFIG['MOZ_SERVICES_SYNC']: + DIRS += ['sync'] + DIRS += ['build'] XPIDL_SOURCES += [ -- cgit v1.2.3