st/glsl_to_tgsi: stop passing pipe_shader_state to st_store_tgsi_in_disk_cache()
[mesa.git] / meson.build
index 1a1d3fd69b9ca66f605165fa4bfdc83d837bc3cb..ae31cdd6571d71b49216bf548c583d0975cf222e 100644 (file)
@@ -125,6 +125,7 @@ with_gallium_imx = false
 with_gallium_i915 = false
 with_gallium_svga = false
 with_gallium_virgl = false
+with_gallium_swr = false
 _drivers = get_option('gallium-drivers')
 if _drivers == 'auto'
   if not ['darwin', 'windows'].contains(host_machine.system())
@@ -942,6 +943,7 @@ endif
 
 # TODO: some of these may be conditional
 dep_zlib = dependency('zlib', version : '>= 1.2.3')
+pre_args += '-DHAVE_ZLIB'
 dep_thread = dependency('threads')
 if dep_thread.found() and host_machine.system() != 'windows'
   pre_args += '-DHAVE_PTHREAD'