From f28984b853667da9f9841e9fa090162e4a3af499 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 17 Feb 2018 14:06:01 -0500 Subject: Add a configure option to disable including jetpack --- toolkit/moz.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'toolkit/moz.build') diff --git a/toolkit/moz.build b/toolkit/moz.build index ea7cc390d..9444a5179 100644 --- a/toolkit/moz.build +++ b/toolkit/moz.build @@ -9,7 +9,6 @@ DIRS += [ 'content', 'forgetaboutsite', 'identity', - 'jetpack', 'locales', 'modules', 'mozapps/downloads', @@ -21,6 +20,9 @@ DIRS += [ 'themes', ] +if CONFIG['MOZ_JETPACK']: + DIRS += ['jetpack'] + if CONFIG['MOZ_WEBEXTENSIONS']: DIRS += ['mozapps/webextensions'] else: -- cgit v1.2.3