]> git.ipfire.org Git - thirdparty/bind9.git/commit
Retain Meson >= 0.61 version requirement
authorMichał Kępień <michal@isc.org>
Mon, 23 Jun 2025 08:23:17 +0000 (10:23 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 23 Jun 2025 08:23:17 +0000 (10:23 +0200)
commit9f2dcd2853198502143b60cc61c9bbf1a842d2b3
tree9aac959f9e18495ae0b6b5f0c5136ef43f53e233
parentb06d3f6c771addafcb76aaffdd79005dad8f5c2d
Retain Meson >= 0.61 version requirement

The add_project_dependencies() method was only added in Meson 0.63.
Replace its only use in meson.build with a corresponding call to the
add_project_link_arguments() method to avoid bumping the minimum
required Meson version beyond the one available in stock Ubuntu 22.04
LTS repositories.
meson.build