Commit 7a2cd646 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: add regular-xfce-install target

parent 0fa8264f
......@@ -135,6 +135,11 @@ distro/.regular-install-x11-full: distro/.regular-install-x11 \
@$(call add,RESCUE_LISTS,$(call tags,rescue misc))
@$(call add,MAIN_PACKAGES,anacron man-whatis usb-modeswitch)
distro/.regular-install-x11-systemd: distro/.regular-install-x11 \
use/x11/lightdm/gtk +systemd +systemd-optimal
@$(call add,THE_PACKAGES,bluez)
@$(call add,DEFAULT_SERVICES_ENABLE,bluetoothd)
distro/regular-icewm-sysv: distro/.regular-gtk-sysv mixin/regular-icewm \
use/kernel/latest; @:
......@@ -161,6 +166,9 @@ else
endif
endif
distro/regular-xfce-install: distro/.regular-install-x11-systemd \
mixin/regular-xfce; @:
distro/regular-xfce-sysv: distro/.regular-gtk-sysv mixin/regular-xfce-sysv; @:
distro/regular-xfce-sysv-install: distro/.regular-install-x11-full \
......
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