Commit fc7ddcb3 authored by Anton Midyukov's avatar Anton Midyukov

realtime.mk: add gcodeworkshop except p10 branch

parent df6dedbb
...@@ -15,6 +15,9 @@ mixin/cnc-rt: use/l10n +nm-gtk +systemd +systemd-optimal +x11 \ ...@@ -15,6 +15,9 @@ mixin/cnc-rt: use/l10n +nm-gtk +systemd +systemd-optimal +x11 \
@$(call add,THE_PACKAGES,xorg-conf-noblank) @$(call add,THE_PACKAGES,xorg-conf-noblank)
@$(call add,CLEANUP_PACKAGES,xscreensaver-modules) @$(call add,CLEANUP_PACKAGES,xscreensaver-modules)
@$(call add,THE_PACKAGES,python3-module-pygobject3) # ALT bug 52950 @$(call add,THE_PACKAGES,python3-module-pygobject3) # ALT bug 52950
ifneq (,$(filter-out p10,$(BRANCH)))
@$(call add,THE_PACKAGES,gcodeworkshop)
endif
ifeq (distro,$(IMAGE_CLASS)) ifeq (distro,$(IMAGE_CLASS))
distro/regular-cnc-rt: distro/.regular-wm mixin/cnc-rt; @: distro/regular-cnc-rt: distro/.regular-wm mixin/cnc-rt; @:
......
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