mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[meson] Report more options in the summary
This commit is contained in:
parent
33a0f0b686
commit
b6f47af555
1 changed files with 5 additions and 0 deletions
|
@ -402,6 +402,11 @@ build_summary = {
|
|||
{'Documentation': conf.get('HAVE_GTK_DOC', 0) == 1,
|
||||
'GObject bindings': conf.get('HAVE_GOBJECT', 0) == 1,
|
||||
'Introspection': conf.get('HAVE_INTROSPECTION', 0) == 1,
|
||||
'Experimental APIs': conf.get('HB_EXPERIMENTAL_API', 0) == 1,
|
||||
},
|
||||
'Testing':
|
||||
{'Tests': get_option('tests').enabled(),
|
||||
'Benchmark': get_option('benchmark').enabled(),
|
||||
},
|
||||
}
|
||||
if meson.version().version_compare('>=0.53')
|
||||
|
|
Loading…
Add table
Reference in a new issue