meson: drop vdrm from virgl and venus

Currently neither virgl nor venus uses vdrm. One big blocker is neither
of them has adopted drm_syncobj yet.

Fixes: 1a6fc7006a ("meson: split subdir for virtio/vdrm and virtio/vulkan")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35933>
This commit is contained in:
Yiwei Zhang
2025-07-04 01:10:59 -07:00
committed by Marge Bot
parent 84fd6b67dd
commit 60eebe964d
-2
View File
@@ -302,8 +302,6 @@ if freedreno_kmds.length() != 0 and freedreno_kmds != [ 'msm' ] and with_freedre
endif
with_vdrm = [
with_gallium_virgl,
with_virtio_vk,
with_amdgpu_virtio,
freedreno_kmds.contains('virtio'),
with_gallium_asahi,