mirror of
https://github.com/GNOME/libxml2.git
synced 2025-05-08 21:07:54 +08:00
meson: Disable python when python is disabled
This commit is contained in:
parent
e2a49afe3e
commit
67fa4a43f3
@ -79,7 +79,7 @@ want_iconv = want_minimum ? feature.enabled() : feature.allowed()
|
||||
feature = get_option('iso8859x')
|
||||
want_iso8859x = want_minimum ? feature.enabled() : feature.allowed()
|
||||
|
||||
feature = get_option('iso8859x')
|
||||
feature = get_option('python')
|
||||
want_python = want_minimum ? feature.enabled() : feature.allowed()
|
||||
|
||||
feature = get_option('modules')
|
||||
|
Loading…
x
Reference in New Issue
Block a user