We require meson 0.45, so this can no longer be triggered.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
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')