Hyperbola IceDove should use the toolkit SearchService.

This commit is contained in:
Fedor 2020-05-09 00:36:17 +03:00
parent e577defb37
commit f86309421d
1 changed files with 1 additions and 2 deletions

View File

@ -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']: