From 14538502b29145f42f538b31a127f33101757cc3 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Tue, 1 Sep 2020 20:33:00 +0300 Subject: [PATCH] mixin-basealt.mk: install vaapi by default MAIN_LISTS resulted in packages being available on the media but having on effect on the actual user systems... --- conf.d/mixin-basealt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/mixin-basealt.mk b/conf.d/mixin-basealt.mk index b10514e4..7a53e014 100644 --- a/conf.d/mixin-basealt.mk +++ b/conf.d/mixin-basealt.mk @@ -34,6 +34,7 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm +power \ @$(call add,THE_LISTS,$(call tags,base regular)) @$(call add,THE_LISTS,$(call tags,base l10n)) @$(call add,THE_LISTS,$(call tags,base desktop)) + @$(call add,THE_LISTS,$(call tags,xorg vaapi)) @$(call add,THE_KMODULES,staging) @$(call set,GLOBAL_LIVE_NO_CLEANUPDB,true) @$(call add,CONTROL,xdg-user-dirs:enabled) @@ -69,7 +70,6 @@ ifneq (,$(filter-out e2k%,$(ARCH))) endif @$(call add,LIVE_PACKAGES,livecd-installer-features) @$(call add,LIVE_PACKAGES,installer-feature-lightdm-stage3) - @$(call add,MAIN_LISTS,$(call tags,xorg vaapi)) @$(call add,MAIN_PACKAGES,solaar) @$(call add,STAGE2_PACKAGES,chrony) @$(call add,MAIN_GROUPS,$(workstation_groups))