summaryrefslogtreecommitdiffstats
path: root/toolkit/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/moz.build')
-rw-r--r--toolkit/moz.build4
1 files changed, 3 insertions, 1 deletions
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: