virgl: move protocol headers to a common place
[mesa.git] / src / meson.build
index b16717193e9b9da0911f360ebf71924b87542d7f..1d8e7633369abbde7d1ff2e522fb87bf97cf18e7 100644 (file)
@@ -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