mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-25 06:03:34 +03: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