Commit 3072527c authored by Artyom Bystrov's avatar Artyom Bystrov Committed by Anton Midyukov

mobile.mk: add targets with sway

parent 1689c3c9
...@@ -55,13 +55,25 @@ ifeq (x86_64,$(ARCH)) ...@@ -55,13 +55,25 @@ ifeq (x86_64,$(ARCH))
@$(call add,THE_PACKAGES,udev-rules-MIG-goodix-touchpad) @$(call add,THE_PACKAGES,udev-rules-MIG-goodix-touchpad)
endif endif
mixin/sway: use/services +nm-gtk +nm-native
@$(call add,THE_BRANDING,sway-settings)
@$(call add,THE_LISTS,mobile/sway)
@$(call set,DEFAULT_SESSION,sway)
@$(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: 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/.sway: vm/systemd mixin/mobile-base mixin/sway +systemd \
mixin/waydroid use/fonts/ttf/google \
use/auto-resize; @:
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; @:
ifeq (aarch64,$(ARCH)) ifeq (aarch64,$(ARCH))
ifeq (sisyphus,$(BRANCH)) ifeq (sisyphus,$(BRANCH))
mixin/mobile-pine: mixin/uboot-extlinux use/tty/S2 mixin/mobile-pine: mixin/uboot-extlinux use/tty/S2
...@@ -99,5 +111,8 @@ endif ...@@ -99,5 +111,8 @@ endif
vm/alt-mobile-phosh-pine: vm/.phosh mixin/mobile-pine; @: vm/alt-mobile-phosh-pine: vm/.phosh mixin/mobile-pine; @:
vm/alt-mobile-phosh-lt11i: vm/.phosh mixin/mobile-lt11i; @: vm/alt-mobile-phosh-lt11i: vm/.phosh mixin/mobile-lt11i; @:
vm/alt-mobile-phosh-rocknix: vm/.phosh mixin/mobile-rocknix; @: vm/alt-mobile-phosh-rocknix: vm/.phosh mixin/mobile-rocknix; @:
vm/alt-mobile-sway-pine: vm/.sway mixin/mobile-pine; @:
vm/alt-mobile-sway-lt11i: vm/.sway mixin/mobile-lt11i; @:
vm/alt-mobile-sway-rocknix: vm/.sway mixin/mobile-rocknix; @:
endif endif
endif endif
sway
sway-autostart
sysshell
syspower
sysmenu
wvkbd
waybar
lisgd
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