mkimage-profiles/conf.d/realtime.mk
Anton Midyukov a01eaf47e4 realtime.mk: add kernel-headers and devel packages for linuxcnc
Is required for halcompile to work.
2022-09-02 23:26:48 +07:00

19 lines
649 B
Makefile

mixin/cnc-rt: use/l10n +nm-gtk +systemd +systemd-optimal \
mixin/regular-desktop mixin/regular-lxqt use/x11/lightdm/gtk
@$(call set,KFLAVOURS,rt)
@$(call add,THE_LISTS,realtime/tests)
@$(call add,THE_LISTS,engineering/cnc)
@$(call add,THE_LISTS,engineering/misc)
@$(call add,THE_PACKAGES,kernel-headers-rt)
@$(call add,THE_PACKAGES,gcc-c++ liblinuxcnc-devel)
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/regular-cnc-rt +efi; @:
endif