util: use standard name for strchrnul()
[mesa.git] / src / meson.build
index 7f537b7094f1eba5ca8cbc242042a0672fd0ccb6..0dcd7eef65ddfd8038b48607c6d6619dd5fcbb24 100644 (file)
@@ -64,9 +64,15 @@ endif
 if with_gallium_vc4 or with_gallium_v3d
   subdir('broadcom')
 endif
-if with_gallium_freedreno
+if with_gallium_etnaviv
+  subdir('etnaviv')
+endif
+if with_gallium_freedreno or with_freedreno_vk
   subdir('freedreno')
 endif
+if with_gallium_panfrost or with_gallium_lima
+  subdir('panfrost')
+endif
 if with_dri_i965 or with_intel_vk or with_gallium_iris
   subdir('intel')
 endif