Commit a99c6067 authored by Anton Midyukov's avatar Anton Midyukov

vmguest: exclude xorg-dri-virtio for armh

xorg-dri-virtio not available for p10 armh.
parent 0ba45104
......@@ -20,8 +20,10 @@ endif
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
......
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