Files
extra/icedove-uxp/0008-Don-t-use-toolkit-search-provider.patch
2025-06-22 20:39:04 -05:00

25 lines
778 B
Diff

From ace199bce1ca06b145c94e14b2f8e2955cd60dc4 Mon Sep 17 00:00:00 2001
From: Gaming4JC <g4jc@hyperbola.info>
Date: Wed, 2 Jun 2021 16:59:01 -0400
Subject: [PATCH 1/1] Don't use toolkit search provider
---
toolkit/components/moz.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/toolkit/components/moz.build b/toolkit/components/moz.build
index ba695a3c2..845bd9e87 100644
--- a/toolkit/components/moz.build
+++ b/toolkit/components/moz.build
@@ -82,6 +82,7 @@ if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
DIRS += ['filepicker']
if CONFIG['MOZ_TOOLKIT_SEARCH'] and not CONFIG['MC_BASILISK'] \
+ and not CONFIG['HYPE_ICEDOVE'] \
and not CONFIG['HYPE_ICEWEASEL']:
DIRS += ['search']
--
2.31.1