etnaviv: fix depth bias
[mesa.git] / src / gallium / meson.build
index 2ad37b59e56f4d3662ca5aac01610580932f8404..1f81fcf1fd5ddca2ee9f4088713d448845ede054 100644 (file)
@@ -156,6 +156,13 @@ if with_gallium_lima
 else
   driver_lima = declare_dependency()
 endif
+
+if with_gallium_zink
+  subdir('drivers/zink')
+else
+  driver_zink = declare_dependency()
+endif
+
 if with_gallium_opencl
   # TODO: this isn't really clover specific, but ATM clover is the only
   # consumer
@@ -211,7 +218,9 @@ if with_platform_windows
 endif
 if with_tests
   subdir('targets/graw-null')
-  if with_glx == 'gallium-xlib'
+  if with_platform_windows
+    subdir('targets/graw-gdi')
+  elif with_glx == 'gallium-xlib'
     subdir('targets/graw-xlib')
   endif
   subdir('tests')