]> Git Repo - qemu.git/blobdiff - meson.build
meson: fix Cocoa option in summary
[qemu.git] / meson.build
index e4db67ccf2efa11d336d5518f3f07a35d0eb3e39..bd4ff3118b3ee1312cda14162fe957191df0d201 100644 (file)
@@ -2330,7 +2330,7 @@ summary_info += {'profiler':          config_host.has_key('CONFIG_PROFILER')}
 summary_info += {'link-time optimization (LTO)': get_option('b_lto')}
 summary_info += {'static build':      config_host.has_key('CONFIG_STATIC')}
 if targetos == 'darwin'
-  summary_info += {'Cocoa support': config_host.has_key('CONFIG_COCOA')}
+  summary_info += {'Cocoa support':   cocoa.found()}
 endif
 # TODO: add back version
 summary_info += {'SDL support':       sdl.found()}
This page took 0.021438 seconds and 4 git commands to generate.