meson.build: fix typo in version to compare to

Introduced in e428e5e87a

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-08-08 11:36:18 +10:00
parent bb87a3d9e9
commit 997f30e80e

View file

@ -364,7 +364,7 @@ git_version_h = vcs_tag(command : ['git', 'describe'],
input : 'src/libinput-git-version.h.in',
output :'libinput-git-version.h')
if meson.version().version_compare('<0.4.3.0')
if meson.version().version_compare('<0.43.0')
# Restore the SELinux context for the libinput.so.a.b.c on install
# meson bug https://github.com/mesonbuild/meson/issues/1967
meson.add_install_script('src/libinput-restore-selinux-context.sh',