[X2Go-Commits] [pale-moon] 269/294: [BASILISK] Port PM Sync Client - Part 6b: Don't build the sync client ui when it is disabled, duh.
git-admin at x2go.org
git-admin at x2go.org
Sat Apr 27 08:58:31 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch upstream/28.5.0
in repository pale-moon.
commit 1e868fadf94935bcb4a49ea5eec776d84fe2d1e7
Author: Matt A. Tobin <email at mattatobin.com>
Date: Wed Apr 17 04:58:14 2019 -0400
[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 6c6cca9..a9c2993 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 += [
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
More information about the x2go-commits
mailing list