mkimage-profiles/conf.d/realtime.mk

17 lines
545 B
Makefile
Raw Normal View History

mixin/cnc-rt: use/l10n +nm-gtk +systemd +systemd-optimal +plymouth \
mixin/regular-lxqt use/x11/lightdm/gtk $(STARTERKIT)
2020-02-29 18:50:34 +03:00
@$(call set,KFLAVOURS,rt)
@$(call add,THE_LISTS,realtime/tests)
@$(call add,THE_LISTS,engineering/cnc)
@$(call add,THE_LISTS,engineering/misc)
2020-02-29 18:50:34 +03:00
ifeq (distro,$(IMAGE_CLASS))
2021-05-30 18:49:00 +03:00
distro/regular-cnc-rt: distro/.regular-x11 mixin/cnc-rt \
use/live/install; @:
2020-02-29 18:50:34 +03:00
endif
ifeq (vm,$(IMAGE_CLASS))
2021-05-30 18:49:00 +03:00
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; @:
2020-02-29 18:50:34 +03:00
endif