Commit dd1c3285 authored by Anton Midyukov's avatar Anton Midyukov

browser: replace seamonkey with firefox-esr for not x86 platforms

parent 598d4764
......@@ -28,6 +28,10 @@ ifeq (,$(filter-out e2k%,$(ARCH)))
use/browser/falkon: use/browser/firefox use/browser/firefox/esr; @:
endif
ifneq (,$(filter-out i586 x86_64,$(ARCH)))
use/browser/seamonkey: use/browser/firefox use/browser/firefox/esr; @:
endif
ifeq (,$(filter-out riscv64,$(ARCH)))
use/browser/firefox: use/browser/midori
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment