Commits


Sutou Kouhei authored and GitHub committed f8ba5437567
GH-45491: [GLib] Require Meson 0.61.2 or later (#45492) ### Rationale for this change Ubuntu 20.04 that provides Meson 0.53.2 will reach EOL on 2025-05. Ubuntu 22.04 provides Meson 0.61.2. So we can require Meson 0.61.2 or later. ### What changes are included in this PR? * Require Meson 0.61.2 or later * Remove codes for old Meson ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #45491 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>