1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 03:55:04 +03:00

meson: Also disable icu and thread_alloc by default

This commit is contained in:
Nick Wellnhofer 2024-07-12 02:03:04 +02:00
parent aa6aec19b0
commit 3048793251

View File

@ -72,6 +72,7 @@ option('iconv',
option('icu',
type: 'feature',
value: 'disabled',
description: 'ICU support'
)
@ -153,6 +154,7 @@ option('threads',
option('thread-alloc',
type: 'feature',
value: 'disabled',
description: 'per-thread malloc hooks'
)