Unverified Commit 7564fb99 authored by x1z53's avatar x1z53

mobile: use firefox-esr only for non-sisyphus

Firefox ESR is not suitable for building an image on the "most recent packages"
parent e81c96c4
...@@ -10,12 +10,15 @@ mixin/mobile-base: use/ntp/chrony use/repo use/branding/notes use/x11-autostart ...@@ -10,12 +10,15 @@ mixin/mobile-base: use/ntp/chrony use/repo use/branding/notes use/x11-autostart
use/deflogin/root use/l10n/ru_RU use/xdg-user-dirs \ use/deflogin/root use/l10n/ru_RU use/xdg-user-dirs \
use/drm use/firmware mixin/ttyescape +plymouth +pipewire \ use/drm use/firmware mixin/ttyescape +plymouth +pipewire \
use/services/bluetooth-enable use/luks/touchscreen \ use/services/bluetooth-enable use/luks/touchscreen \
use/wireless use/browser/firefox use/wireless
ifeq (sisyphus,$(BRANCH)) ifeq (sisyphus,$(BRANCH))
@$(call set,BRANDING,alt-mobile-sisyphus) @$(call set,BRANDING,alt-mobile-sisyphus)
@$(call set,VM_FSTYPE,f2fs) @$(call set,VM_FSTYPE,f2fs)
else else
@$(call set,BRANDING,alt-mobile) @$(call set,BRANDING,alt-mobile)
ifneq (,$(filter-out riscv64,$(ARCH)))
@$(call set,FX_FLAVOUR,-esr)
endif
endif endif
@$(call try,CAMERA,snapshot) @$(call try,CAMERA,snapshot)
@$(call add,THE_PACKAGES,$$(CAMERA)) @$(call add,THE_PACKAGES,$$(CAMERA))
......
...@@ -3,7 +3,6 @@ telegram-desktop ...@@ -3,7 +3,6 @@ telegram-desktop
# web # web
chromium@x86_64,aarch64,riscv64 chromium@x86_64,aarch64,riscv64
firefox-esr
mobile-config-firefox mobile-config-firefox
# Messaging app # Messaging app
......
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