meson: remove version checks for old versions

We now only support meson >= 0.51, as it is defined in
project(..., meson_version: '>= 0.51.0').

Remove checks for versions older than that.
This commit is contained in:
Íñigo Huguet 2024-04-04 08:56:16 +02:00 committed by Íñigo Huguet
parent 873e66a03e
commit ded7b78a7b
2 changed files with 2 additions and 9 deletions

View file

@ -80,14 +80,8 @@ foreach iface: ifaces
endif
content_files += dbus_iface_xml_path
# res is an array only since 0.46. Documentation won't work with
# older versions
if meson.version().version_compare('>= 0.46.0')
introspection_files += [ [res[2], dbus_iface_xml_path] ]
headers += res[1]
endif
introspection_files += [ [res[2], dbus_iface_xml_path] ]
headers += res[1]
endforeach
install_data(

View file

@ -1002,7 +1002,6 @@ endif
if enable_docs
assert(enable_introspection, '-Ddocs=true requires -Dintrospection=true')
assert(meson.version().version_compare('>= 0.49.0'), '-Ddocs requires meson >= 0.49')
subdir('man')
subdir('docs')
meson.add_dist_script(