aco: fix regclass checks when fixing to vcc/exec with Builder
[mesa.git] / src / meson.build
index 26a815d6a15bda7c0baf3dd4da7ec4b7d82e247d..1d8e7633369abbde7d1ff2e522fb87bf97cf18e7 100644 (file)
@@ -53,6 +53,7 @@ if cc.get_id() == 'msvc'
 else
   idep_getopt = null_dep
 endif
+subdir('android_stub')
 subdir('util')
 subdir('mapi')
 # TODO: opengl
@@ -84,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