build/meson: require meson >= 0.41.0
With previous versions, the compilation fails with linker errors. Fixes https://github.com/xkbcommon/libxkbcommon/issues/52 Reported-by: @rezso Signed-off-by: Ran Benita <ran234@gmail.com>master
parent
41f1018897
commit
5eeba0fe0d
|
@ -7,6 +7,7 @@ project(
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
'b_lundef=true',
|
'b_lundef=true',
|
||||||
],
|
],
|
||||||
|
meson_version : '>= 0.41.0',
|
||||||
)
|
)
|
||||||
pkgconfig = import('pkgconfig')
|
pkgconfig = import('pkgconfig')
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
Loading…
Reference in New Issue