vmguest: exclude xorg-dri-virtio for armh
xorg-dri-virtio not available for p10 armh.
This commit is contained in:
parent
0ba4510476
commit
a99c606776
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user