Skip to content

Commit 23816e2

Browse files
committed
Bump Meson version requirement to >=1.3.0 for lunasvg
Increase the required Meson version from `0.59.0` to `1.3.0` to match the `plutovg` subproject dependency. This ensures compatibility with Meson features introduced in `1.3.0`, such as support for list-based `c_std`/`cpp_std` options, and prevents version mismatch errors during subproject builds.
1 parent 83c58df commit 23816e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('lunasvg', 'cpp',
22
version: '3.5.0',
33
license: 'MIT',
4-
meson_version: '>=0.59.0',
4+
meson_version: '>=1.3.0',
55
default_options: ['cpp_std=c++17']
66
)
77

0 commit comments

Comments
 (0)