summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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