From 10f7d7ecf0b9939e264c12c0ec625db66b0d606a Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 18 Sep 2022 13:02:32 +0200 Subject: build: Update meson req version --- meson.build | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/meson.build b/meson.build index edf4538b..49b849e0 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,7 @@ project( 'warning_level=0', 'b_ndebug=false', ], - meson_version: '>= 0.51.0', + meson_version: '>= 0.60.0', ) # Compiler requirements @@ -673,13 +673,9 @@ endif # Dist -# Meson bug https://github.com/mesonbuild/meson/issues/8440 breaks using vte -# as subproject; see vte#345. -if meson.version().version_compare('>= 0.58.0') or not meson.is_subproject() - meson.add_dist_script( - find_program('meson_changelog.sh'), - ) -endif +meson.add_dist_script( + find_program('meson_changelog.sh'), +) # Simple compat Makefile -- cgit v1.2.1