summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2020-06-03 13:18:30 -0700
committerMarge Bot <eric+marge@anholt.net>2021-04-08 17:15:37 +0000
commitb0736f49d31b2b347ed42fadd45b627b9e0a5a48 (patch)
treeb65c16d309d6065ac20deb5b23322b53326fa457 /src/meson.build
parentdab339b07e44636a2879d8e99a97f96df7a4a3ac (diff)
downloadmesa-b0736f49d31b2b347ed42fadd45b627b9e0a5a48.tar.gz
venus: add driver skeleton
It only has enough stubs to be loadable by the loader. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> Reviewed-by: Ryan Neph <ryanneph@google.com> Reviewed-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5800>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 84a990358a3..0c60f9bc463 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -86,7 +86,7 @@ endif
if with_gallium_panfrost or with_gallium_lima
subdir('panfrost')
endif
-if with_gallium_virgl
+if with_gallium_virgl or with_virtio_vk
subdir('virtio')
endif
if with_any_intel