Commit 98f0735c authored by Anton Midyukov's avatar Anton Midyukov

p9.mk: Not use firefox-esr on aarch64, armh by default

firefox-esr crashes when launched on these architectures (Raspberry Pi 3 only).
parent 432df043
# p9 base kits
mixin/p9: use/browser/firefox/esr
mixin/p9::
@$(call set,BRANDING,alt-starterkit)
@$(call set,IMAGE_FLAVOUR,$(subst alt-p9-,,$(IMAGE_NAME)))
@$(call set,META_VOL_ID,ALT p9 $$(IMAGE_FLAVOUR)/$(ARCH))
ifneq (,$(filter-out aarch64,$(ARCH)))
mixin/p9:: use/browser/firefox/esr
endif
ifeq (distro,$(IMAGE_CLASS))
distro/alt-p9-cinnamon distro/alt-p9-enlightenment \
......
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