mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
Update meson.build
Co-authored-by: خالد حسني (Khaled Hosny) <khaled@aliftype.com>
This commit is contained in:
parent
57c9bdd0bd
commit
b540c37c89
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ if meson.version().version_compare('>=0.57.0')
|
|||
# Re glib, see https://github.com/harfbuzz/harfbuzz/issues/4153#issuecomment-2646347531
|
||||
add_test_setup('default',
|
||||
exclude_suites: ['google-benchmark'],
|
||||
is_default: glib_dep.type_name() != 'internal')
|
||||
is_default: glib_dep.type_name() != 'internal' and not meson.is_subproject())
|
||||
endif
|
||||
|
||||
build_summary = {
|
||||
|
|
Loading…
Add table
Reference in a new issue