[vte] build: Update meson req version



commit 10f7d7ecf0b9939e264c12c0ec625db66b0d606a
Author: Christian Persch <chpe src gnome org>
Date:   Sun Sep 18 13:02:32 2022 +0200

    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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]