summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-05-06 11:04:12 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-05-06 19:00:16 +0200
commit9858dc03cb6755412a0f4e5ee96ba21b5b669ea1 (patch)
treedf0208bad900a80c06463e9725dd5fb9e86d4faa
parentd21b46fc9c9278bc0529fe8736d2c9e91dee75bc (diff)
downloaduxp-9858dc03cb6755412a0f4e5ee96ba21b5b669ea1.tar.gz
Hyperbola IceDove should use the toolkit SearchService
-rw-r--r--toolkit/components/moz.build3
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']: