Unverified Commit a138fa99 authored by x1z53's avatar x1z53

mobile: use gnome-software-plugin-flatpak only for sisyphus

The separation of the Flatpak plugin has currently occurred only in the sisyphus branch.
parent 64395363
...@@ -14,6 +14,7 @@ mixin/mobile-base: use/ntp/chrony use/repo use/branding/notes use/x11-autostart ...@@ -14,6 +14,7 @@ mixin/mobile-base: use/ntp/chrony use/repo use/branding/notes use/x11-autostart
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)
@$(call add,THE_PACKAGES,gnome-software-plugin-flatpak)
else else
@$(call set,BRANDING,alt-mobile) @$(call set,BRANDING,alt-mobile)
ifneq (,$(filter-out riscv64,$(ARCH))) ifneq (,$(filter-out riscv64,$(ARCH)))
......
# base applications # base applications
gnome-control-center gnome-control-center
gnome-software gnome-software
gnome-software-plugin-flatpak
foldy foldy
# terminal # terminal
......
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