Unverified Commit 09b54900 authored by x1z53's avatar x1z53

mobile: add Phrog for non-sisyphus

Phrog allows you to select a user to log in if there are several of them, which Phosh cannot do.
parent 4f982e19
......@@ -47,7 +47,12 @@ mixin/phosh: use/services +nm-gtk4 +nm-native
@$(call add,THE_BRANDING,phosh-settings)
@$(call add,THE_LISTS,mobile/phosh)
@$(call add,THE_LISTS,mobile/gnome-apps)
ifeq (sisyphus,$(BRANCH))
@$(call add,DEFAULT_SERVICES_ENABLE,phosh)
else
@$(call add,DEFAULT_SERVICES_ENABLE,phrog)
@$(call add,THE_PACKAGES,phrog)
endif
@$(call set,DEFAULT_SESSION,phosh)
ifeq (sisyphus,$(BRANCH))
@$(call add,THE_PACKAGES,gnome-maps)
......
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