summaryrefslogtreecommitdiffstats
path: root/toolkit
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:17:04 +0200
commit9be6582ec33a358e98f3a4c2a1bf15dd4db6d815 (patch)
tree4cd82a27f0b26d42a4e1a574ae5bf869ef3d2697 /toolkit
parent883fa80f7d3288d3ffbefd7b32cb579cbfacbbe8 (diff)
downloadUXP-9be6582ec33a358e98f3a4c2a1bf15dd4db6d815.tar
UXP-9be6582ec33a358e98f3a4c2a1bf15dd4db6d815.tar.gz
UXP-9be6582ec33a358e98f3a4c2a1bf15dd4db6d815.tar.lz
UXP-9be6582ec33a358e98f3a4c2a1bf15dd4db6d815.tar.xz
UXP-9be6582ec33a358e98f3a4c2a1bf15dd4db6d815.zip
Hyperbola IceDove should use the toolkit SearchService
Diffstat (limited to 'toolkit')
-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 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']: