Commit 6519d848 authored by Anton Midyukov's avatar Anton Midyukov

mobile: separate gnome-apps-connect for build without it

parent 081ff2c7
...@@ -62,14 +62,18 @@ mixin/sway: use/services +nm-gtk +nm-native ...@@ -62,14 +62,18 @@ mixin/sway: use/services +nm-gtk +nm-native
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,sway-autostart.service) @$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,sway-autostart.service)
ifeq (vm,$(IMAGE_CLASS)) ifeq (vm,$(IMAGE_CLASS))
vm/.phosh: vm/systemd mixin/mobile-base mixin/phosh +systemd \ vm/.phosh-base: vm/systemd mixin/mobile-base mixin/phosh +systemd \
mixin/waydroid use/fonts/ttf/google \ mixin/waydroid use/fonts/ttf/google \
use/auto-resize; @: use/auto-resize; @:
vm/.phosh: vm/.phosh-base
@$(call add,THE_LISTS,mobile/gnome-apps-connect)
vm/.sway: vm/systemd mixin/mobile-base mixin/sway +systemd \ vm/.sway: vm/systemd mixin/mobile-base mixin/sway +systemd \
mixin/waydroid use/fonts/ttf/google \ mixin/waydroid use/fonts/ttf/google \
use/auto-resize; @: use/auto-resize; @:
vm/alt-mobile-phosh-tablet-def: vm/.phosh-base mixin/mobile-def; @:
vm/alt-mobile-phosh-def: vm/.phosh mixin/mobile-def; @: vm/alt-mobile-phosh-def: vm/.phosh mixin/mobile-def; @:
vm/alt-mobile-sway-def: vm/.sway mixin/mobile-def; @: vm/alt-mobile-sway-def: vm/.sway mixin/mobile-def; @:
......
...@@ -16,11 +16,6 @@ dconf-epiphany-mobile-user-agent ...@@ -16,11 +16,6 @@ dconf-epiphany-mobile-user-agent
# mail # mail
geary geary
# connectivity
gnome-calls
gnome-contacts
chatty
# image viewer # image viewer
loupe loupe
......
gnome-calls
gnome-contacts
chatty
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