mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 17:20:39 +01:00
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:
parent
852f7f8e03
commit
9fa57c6ef7
1 changed files with 0 additions and 7 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue