summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2022-09-18 13:02:32 +0200
committerChristian Persch <chpe@src.gnome.org>2022-09-18 13:02:32 +0200
commit10f7d7ecf0b9939e264c12c0ec625db66b0d606a (patch)
tree3ac1ab9e803199f9876ec118c98fa16158156219
parentfb604fe287abf64645a83ef27e2c05da14fbbae0 (diff)
downloadvte-10f7d7ecf0b9939e264c12c0ec625db66b0d606a.tar.gz
build: Update meson req version
-rw-r--r--meson.build12
1 files 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