diff options
| author | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-05 00:07:30 +0200 |
| commit | 34bb501be08aa2b313d88e67d6e0a7e0a3f9cfa6 (patch) | |
| tree | 4e6220877828be4c6f261de09ec0cb2d80e32389 /introspection | |
| parent | bba2e4b4de668db525cbfdfc35292e5a0b51671a (diff) | |
New upstream version 1.47.90 upstream/1.47.90
Diffstat (limited to 'introspection')
| -rw-r--r-- | introspection/meson.build | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/introspection/meson.build b/introspection/meson.build index 77479277..81afa7d6 100644 --- a/introspection/meson.build +++ b/introspection/meson.build @@ -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( |