android: Fix whitespace issue
[mesa.git] / src / gallium / meson.build
index 6a4e5c946db23ca60cad2d7616baaec83db74907..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
@@ -207,10 +214,13 @@ if with_gallium_st_nine
 endif
 if with_platform_windows
   subdir('state_trackers/wgl')
+  subdir('targets/libgl-gdi')
 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')