mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-27 18:50:07 +03:00
meson: Don't auto-enable legacy and tls
These features should be requested explicitly.
This commit is contained in:
parent
96d850c3cb
commit
785ed5c4cd
@ -82,6 +82,7 @@ option('iso8859x',
|
||||
|
||||
option('legacy',
|
||||
type: 'feature',
|
||||
value: 'disabled',
|
||||
description: 'Maximum ABI compatibility'
|
||||
)
|
||||
|
||||
@ -157,6 +158,7 @@ option('thread-alloc',
|
||||
|
||||
option('tls',
|
||||
type: 'feature',
|
||||
value: 'disabled',
|
||||
description: 'thread-local storage'
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user