summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2020-07-02 11:06:15 -0700
committerMarge Bot <eric+marge@anholt.net>2020-08-21 18:38:44 +0000
commit42e29feb8bdaf2854da69f9b5d779a891ffa5d71 (patch)
tree2d1029998d9b7a6f7b7202c0cc657bcf9e700142 /src/meson.build
parenta4c708dd24e5ba8ac381973c14db8d23f4ac97bf (diff)
virgl: move protocol headers to a common place
Tested with meson. Android.mk changes are not tested. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6235>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index b16717193e9..1d8e7633369 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -85,6 +85,9 @@ endif
if with_gallium_panfrost or with_gallium_lima
subdir('panfrost')
endif
+if with_gallium_virgl
+ subdir('virtio')
+endif
if with_dri_i965 or with_intel_vk or with_gallium_iris
subdir('intel')
endif