Skip to content

Commit 7c7e724

Browse files
committed
Bump meson version requirement to >= 1.4.0
1 parent a75c9ec commit 7c7e724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(
77
'prefix=/usr',
88
'cpp_std=c++17',
99
],
10-
meson_version: '>= 0.63.0',
10+
meson_version: '>= 1.4.0',
1111
)
1212

1313
pk_version = meson.project_version()

0 commit comments

Comments
 (0)