76123b5ff2
lxde does not work on Sisyphus. See-also: ALT bug 39540
17 lines
545 B
Makefile
17 lines
545 B
Makefile
mixin/cnc-rt: use/l10n +nm-gtk +systemd +systemd-optimal +plymouth \
|
|
mixin/regular-lxqt use/x11/lightdm/gtk $(STARTERKIT)
|
|
@$(call set,KFLAVOURS,rt)
|
|
@$(call add,THE_LISTS,realtime/tests)
|
|
@$(call add,THE_LISTS,engineering/cnc)
|
|
@$(call add,THE_LISTS,engineering/misc)
|
|
|
|
ifeq (distro,$(IMAGE_CLASS))
|
|
distro/regular-cnc-rt: distro/.regular-x11 mixin/cnc-rt \
|
|
use/live/install; @:
|
|
endif
|
|
|
|
ifeq (vm,$(IMAGE_CLASS))
|
|
vm/regular-cnc-rt: vm/systemd mixin/regular-vm-x11 mixin/vm-archdep mixin/cnc-rt; @:
|
|
vm/regular-cnc-rt-efi: vm/cnc-rt +efi; @:
|
|
endif
|