Commit b91c3496 authored by Anton Midyukov's avatar Anton Midyukov

browser: use firefox-esr on i586 (firefox is not available)

parent 5ce72099
......@@ -34,6 +34,9 @@ endif
# support both firefox and firefox-esr
use/browser/firefox: use/browser
ifeq (,$(filter-out i586,$(ARCH)))
@$(call set,FX_FLAVOUR,-esr)
endif
@$(call set,THE_BROWSER,firefox$$(FX_FLAVOUR))
# the complete lack of dependencies is intentional
......
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