Skip to content

Commit 5ead8c9

Browse files
committed
Revert "bump min meson version"
OpenSlide supports Meson down to 0.53, which is the version in Ubuntu 20.04. OpenSlide disables libdicom's tests when falling back to the libdicom wrap, circumventing check's requirement for a newer Meson. This reverts commit ec925f3.
1 parent 5659c44 commit 5ead8c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ project(
77
'warning_level=2',
88
],
99
license : 'MIT',
10-
# "check" needs 0.54.1
11-
meson_version : '>=0.54.1',
10+
meson_version : '>=0.50',
1211
version : '1.0.0'
1312
)
1413
if not meson.is_subproject()

0 commit comments

Comments
 (0)