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

meson: Disable python when python is disabled

This commit is contained in:
Andrew Potter 2024-07-03 13:40:04 -07:00
parent e2a49afe3e
commit 67fa4a43f3

View File

@ -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')