From f86309421dd18f644f9e40134352d0d9fc4307ef Mon Sep 17 00:00:00 2001 From: Fedor Date: Sat, 9 May 2020 00:36:17 +0300 Subject: [PATCH] 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 1dd8b04c2..cb4ee71ef 100644 --- a/toolkit/components/moz.build +++ b/toolkit/components/moz.build @@ -87,8 +87,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']: