meson.build: drop a meson < 0.43 condition
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 9 Sep 2020 01:13:39 +0000 (11:13 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 9 Sep 2020 01:36:07 +0000 (11:36 +1000)
We require meson 0.45, so this can no longer be triggered.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build

index cf1601d8387cd180c7e8002eac07e81c6c8014aa..08669404ac424f72cbc9a13f35e1f162a262856b 100644 (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')