mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-23 02:50:08 +03:00
meson: Also disable icu and thread_alloc by default
This commit is contained in:
parent
aa6aec19b0
commit
3048793251
@ -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'
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user