diff options
Diffstat (limited to 'toolkit/moz.build')
-rw-r--r-- | toolkit/moz.build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/moz.build b/toolkit/moz.build index ea7cc390d..d9becc9c6 100644 --- a/toolkit/moz.build +++ b/toolkit/moz.build @@ -9,18 +9,19 @@ DIRS += [ 'content', 'forgetaboutsite', 'identity', - 'jetpack', 'locales', 'modules', 'mozapps/downloads', 'mozapps/handling', 'mozapps/preferences', - 'obsolete', 'pluginproblem', 'profile', 'themes', ] +if CONFIG['MOZ_JETPACK']: + DIRS += ['jetpack'] + if CONFIG['MOZ_WEBEXTENSIONS']: DIRS += ['mozapps/webextensions'] else: |