slinux: fix order targets use/slinux/vm-base::
Under the reverse order, nor use/oem and nor use/oem/vnc is executed. As a result, alterator-setup is not added.
This commit is contained in:
parent
ee2cfbc6cb
commit
ee5f21f04c
@ -43,11 +43,6 @@ use/slinux/services-disabled:
|
||||
|
||||
use/slinux/services: use/slinux/services-enabled use/slinux/services-disabled
|
||||
|
||||
ifeq (,$(filter-out riscv64,$(ARCH)))
|
||||
use/slinux/vm-base:: use/oem/vnc
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
endif
|
||||
|
||||
use/slinux/vm-base:: vm/systemd \
|
||||
use/oem/distro use/slinux/mixin-base
|
||||
@$(call add,THE_LISTS,slinux/games-base)
|
||||
@ -59,6 +54,11 @@ use/slinux/vm-base:: vm/systemd \
|
||||
@$(call add,THE_PACKAGES,installer-feature-samba-usershares-stage2)
|
||||
@$(call add,THE_PACKAGES,installer-feature-sudo-enable-by-default-stage3)
|
||||
|
||||
ifeq (,$(filter-out riscv64,$(ARCH)))
|
||||
use/slinux/vm-base:: use/oem/vnc
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
endif
|
||||
|
||||
use/slinux/mixin-base: use/slinux use/x11/xorg use/x11/lightdm/gtk +pulse \
|
||||
+nm use/x11/gtk/nm +systemd +systemd-optimal +wireless \
|
||||
use/l10n/default/ru_RU \
|
||||
|
Loading…
x
Reference in New Issue
Block a user