vmguest: cleanup workaround for build on p9

This commit is contained in:
Anton Midyukov 2023-12-06 23:24:50 +07:00
parent 83e56bfeb2
commit 5b5fcd0c72

View File

@ -17,11 +17,7 @@ use/vmguest/kvm: use/vmguest; @:
use/vmguest/kvm/x11: use/vmguest/kvm
@$(call add,THE_PACKAGES,spice-vdagent xorg-drv-qxl xorg-drv-spiceqxl)
ifneq (p9,$(BRANCH))
ifneq (,$(filter-out armh,$(ARCH)))
@$(call add,THE_PACKAGES,xorg-dri-virtio)
endif
endif
else
use/vmguest/kvm use/vmguest/kvm/x11: ; @:
endif