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 <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-09-09 11:13:39 +10:00
parent 852f7f8e03
commit 9fa57c6ef7

View file

@ -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')