diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-04-23 14:44:40 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-04-23 14:44:40 -0400 |
commit | 63295d0087eb58a6eb34cad324c4c53d1b220491 (patch) | |
tree | bf5471c5eb5ac35cd81659a903bc33c3259136cb /toolkit/components/moz.build | |
parent | 0c84220a4f93a3e4f48d8d183aa0f5d8b15eb7ab (diff) | |
download | UXP-63295d0087eb58a6eb34cad324c4c53d1b220491.tar UXP-63295d0087eb58a6eb34cad324c4c53d1b220491.tar.gz UXP-63295d0087eb58a6eb34cad324c4c53d1b220491.tar.lz UXP-63295d0087eb58a6eb34cad324c4c53d1b220491.tar.xz UXP-63295d0087eb58a6eb34cad324c4c53d1b220491.zip |
Sort out search service
The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one
Diffstat (limited to 'toolkit/components/moz.build')
-rw-r--r-- | toolkit/components/moz.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolkit/components/moz.build b/toolkit/components/moz.build index 7173ca4e7..3f17bfb6d 100644 --- a/toolkit/components/moz.build +++ b/toolkit/components/moz.build @@ -86,7 +86,9 @@ if CONFIG['MOZ_XUL']: if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']: DIRS += ['filepicker'] -if CONFIG['MOZ_TOOLKIT_SEARCH']: +if CONFIG['MOZ_TOOLKIT_SEARCH'] and not CONFIG['MC_BASILISK'] \ + and not CONFIG['HYPE_ICEWEASEL'] \ + and not CONFIG['HYPE_ICEDOVE']: DIRS += ['search'] if CONFIG['MOZ_URL_CLASSIFIER']: |