summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <halfline@gmail.com>2024-04-30 01:19:15 +0000
committerRay Strode <halfline@gmail.com>2024-04-30 01:19:15 +0000
commitedc7c3ea1013fa51cee989321187d8f2c61ecf92 (patch)
tree3b162093b4997f1ce8b79073f234006ed5e11281
parent5fbb7bdb74c63a46dfc3e18822c2bd277e050812 (diff)
parent8f0584f753e11937d5b8fb7b612424363e445d5b (diff)
Merge branch 'fixmeson' into 'main'main
Bump required Meson version See merge request plymouth/plymouth!314
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 26789060..98699ec2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('plymouth', 'c',
- meson_version: '>= 0.61',
+ meson_version: '>= 0.62',
version: run_command(['scripts/generate-version.sh'], check: true).stdout().strip(),
)