drisw/glx: implement getImageShm
[mesa.git] / src / meson.build
index 19005271d733b968bde273f905827df30c074c96..c2566b7a68778597a117724d3faf51c643d122f3 100644 (file)
@@ -80,6 +80,11 @@ if with_egl
 endif
 if with_gallium
   subdir('gallium')
+  # This has to be here since it requires libgallium, and subdir cannot
+  # contain ..
+  if with_tests
+    subdir('mesa/state_tracker/tests')
+  endif
 endif
 
 # This must be after at least mesa, glx, and gallium, since libgl will be