From 60eebe964dd77adf96983780174ae31e575394d1 Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Fri, 4 Jul 2025 01:10:59 -0700 Subject: [PATCH] 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: 1a6fc7006af ("meson: split subdir for virtio/vdrm and virtio/vulkan") Part-of: --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index 87f0be82049..152aa7f31ac 100644 --- a/meson.build +++ b/meson.build @@ -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,