diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-05-06 11:04:12 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-05-06 11:04:12 -0400 |
commit | 7c779d875b20bce3f5b864136e45670801135643 (patch) | |
tree | fde4181760306f3607aa99412521cf0f0f2314de /toolkit/components | |
parent | 3c38a37acdd8f30292d908577c0cef9740f2aee1 (diff) | |
download | uxp-7c779d875b20bce3f5b864136e45670801135643.tar.gz |
Hyperbola IceDove should use the toolkit SearchService
Diffstat (limited to 'toolkit/components')
-rw-r--r-- | toolkit/components/moz.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/components/moz.build b/toolkit/components/moz.build index 8c72e4b171..9e74395acd 100644 --- a/toolkit/components/moz.build +++ b/toolkit/components/moz.build @@ -83,8 +83,7 @@ if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']: DIRS += ['filepicker'] if CONFIG['MOZ_TOOLKIT_SEARCH'] and not CONFIG['MC_BASILISK'] \ - and not CONFIG['HYPE_ICEWEASEL'] \ - and not CONFIG['HYPE_ICEDOVE']: + and not CONFIG['HYPE_ICEWEASEL']: DIRS += ['search'] if CONFIG['MOZ_URL_CLASSIFIER']: |