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...
This commit is contained in:
Michael Shigorin 2020-09-01 20:33:00 +03:00
parent 1fd21982d2
commit 14538502b2

View File

@ -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 regular))
@$(call add,THE_LISTS,$(call tags,base l10n)) @$(call add,THE_LISTS,$(call tags,base l10n))
@$(call add,THE_LISTS,$(call tags,base desktop)) @$(call add,THE_LISTS,$(call tags,base desktop))
@$(call add,THE_LISTS,$(call tags,xorg vaapi))
@$(call add,THE_KMODULES,staging) @$(call add,THE_KMODULES,staging)
@$(call set,GLOBAL_LIVE_NO_CLEANUPDB,true) @$(call set,GLOBAL_LIVE_NO_CLEANUPDB,true)
@$(call add,CONTROL,xdg-user-dirs:enabled) @$(call add,CONTROL,xdg-user-dirs:enabled)
@ -69,7 +70,6 @@ ifneq (,$(filter-out e2k%,$(ARCH)))
endif endif
@$(call add,LIVE_PACKAGES,livecd-installer-features) @$(call add,LIVE_PACKAGES,livecd-installer-features)
@$(call add,LIVE_PACKAGES,installer-feature-lightdm-stage3) @$(call add,LIVE_PACKAGES,installer-feature-lightdm-stage3)
@$(call add,MAIN_LISTS,$(call tags,xorg vaapi))
@$(call add,MAIN_PACKAGES,solaar) @$(call add,MAIN_PACKAGES,solaar)
@$(call add,STAGE2_PACKAGES,chrony) @$(call add,STAGE2_PACKAGES,chrony)
@$(call add,MAIN_GROUPS,$(workstation_groups)) @$(call add,MAIN_GROUPS,$(workstation_groups))