summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-08-08 11:36:18 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-08-09 10:39:58 +1000
commit997f30e80ee5b7733f20159bcc1ce73e40abc8c2 (patch)
tree3fbc77ff075677775a2064ebe6bb391e7c4e677e /meson.build
parentbb87a3d9e933eab34b6cb8d840095eb1e99e3f93 (diff)
downloadlibinput-997f30e80ee5b7733f20159bcc1ce73e40abc8c2.tar.gz
meson.build: fix typo in version to compare to
Introduced in e428e5e87a83127db90476e5a7d7e48546fafd6f Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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',