Commit 3a3a4932 authored by Anton Midyukov's avatar Anton Midyukov

mobile/phosh, mobile.mk: replace portfolio with nautilus on sisyphus

nautilus 47 is adapted for a small touch screen.
parent 9f2c8d39
......@@ -35,6 +35,12 @@ mixin/phosh: use/services +nm-gtk4 +nm-native
@$(call add,DEFAULT_SERVICES_ENABLE,phosh)
@$(call set,DEFAULT_SESSION,phosh)
@$(call add,THE_PACKAGES,dconf-epiphany-mobile-user-agent)
ifeq (sisyphus,$(BRANCH))
@$(call add,THE_PACKAGES,nautilus)
else
@$(call add,THE_PACKAGES,portfolio)
endif
ifneq (sisyphus,$(BRANCH))
mixin/mobile-base::
......
......@@ -25,7 +25,7 @@ gnome-software
phosh-antispam
# file manager
portfolio
#nautilus
tracker3
# base libraries
......
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