Commit 45228a35 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: Not set kflavour to std-def for desktop regulars

The std-def kernel is already set as the default in use/kernel for the architectures where it is available.
parent a1862c5c
......@@ -31,8 +31,7 @@ distro/.regular-wm: distro/.regular-x11 \
# DE base target
# TODO: use/plymouth/live when luks+plymouth is done, see also #28255
distro/.regular-desktop: distro/.regular-wm use/branding/full \
use/firmware/laptop +systemd +systemd-optimal
@$(call set,KFLAVOURS,std-def)
use/firmware/laptop +systemd +systemd-optimal; @:
distro/.regular-gtk: distro/.regular-desktop use/x11/lightdm/gtk +plymouth; @:
......
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