From cae0dfbcbfba73f29e67de6a3e10c5b1f33b2b09 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Mon, 6 Aug 2018 07:30:09 -0400 Subject: Add a slightly modified version of the gecko/44 search service and use it when building Pale Moon --- toolkit/components/search/moz.build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'toolkit/components/search/moz.build') diff --git a/toolkit/components/search/moz.build b/toolkit/components/search/moz.build index 739dc6ab8..4cc86ff9e 100644 --- a/toolkit/components/search/moz.build +++ b/toolkit/components/search/moz.build @@ -6,9 +6,10 @@ XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini'] -DIRS += [ - 'current', -] +if CONFIG['MC_PALEMOON']: + DIRS += ['orginal'] +else: + DIRS += ['current'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Search') -- cgit v1.2.3