lima,panfrost: Move lima_tiling.c/h to /src/panfrost
[mesa.git] / src / meson.build
index 8b983c15b6042de31f5701351a505863d6c0e51b..0dcd7eef65ddfd8038b48607c6d6619dd5fcbb24 100644 (file)
@@ -70,6 +70,9 @@ 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