From 997f30e80ee5b7733f20159bcc1ce73e40abc8c2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 8 Aug 2018 11:36:18 +1000 Subject: [PATCH] meson.build: fix typo in version to compare to Introduced in e428e5e87a83127db90476e5a7d7e48546fafd6f Signed-off-by: Peter Hutterer --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 98e31645..cbdbe8d1 100644 --- a/meson.build +++ b/meson.build @@ -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',