freedreno: Add support for drm-shim.
[mesa.git] / src / freedreno / meson.build
index 028ca9f106657070fe033dbaede49cee8eaecd70..fda973cc6843c60f80cc9cff46004d5170b921f0 100644 (file)
@@ -24,6 +24,10 @@ subdir('drm')
 subdir('ir3')
 subdir('registers')
 
+if with_tools.contains('drm-shim')
+  subdir('drm-shim')
+endif
+
 if with_freedreno_vk
   subdir('vulkan')
 endif