From 9fa57c6ef764306c32392944df4d0db1804e7a03 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 9 Sep 2020 11:13:39 +1000 Subject: [PATCH] meson.build: drop a meson < 0.43 condition We require meson 0.45, so this can no longer be triggered. Signed-off-by: Peter Hutterer --- meson.build | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meson.build b/meson.build index cf1601d8..08669404 100644 --- a/meson.build +++ b/meson.build @@ -411,13 +411,6 @@ 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.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', - dir_lib, lib_libinput.full_path()) -endif - ############ documentation ############ if get_option('documentation')