From 9858dc03cb6755412a0f4e5ee96ba21b5b669ea1 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Wed, 6 May 2020 11:04:12 -0400 Subject: Hyperbola IceDove should use the toolkit SearchService --- toolkit/components/moz.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toolkit/components/moz.build b/toolkit/components/moz.build index 8c72e4b17..9e74395ac 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']: -- cgit v1.2.3