mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Only opt-in to esr52 search service for select applications
This commit is contained in:
parent
1a6bbcff72
commit
abaee14a7e
1 changed files with 3 additions and 3 deletions
|
|
@ -6,10 +6,10 @@
|
|||
|
||||
XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']
|
||||
|
||||
if CONFIG['MC_PALEMOON']:
|
||||
DIRS += ['orginal']
|
||||
else:
|
||||
if CONFIG['MC_BASILISK'] or CONFIG['HYPE_ICEWEASEL'] or CONFIG['HYPE_ICEDOVE']:
|
||||
DIRS += ['current']
|
||||
else:
|
||||
DIRS += ['orginal']
|
||||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Search')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue