mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 12:40:05 +01:00
meson.build: fix typo in version to compare to
Introduced in e428e5e87a
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
bb87a3d9e9
commit
997f30e80e
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ git_version_h = vcs_tag(command : ['git', 'describe'],
|
||||||
input : 'src/libinput-git-version.h.in',
|
input : 'src/libinput-git-version.h.in',
|
||||||
output :'libinput-git-version.h')
|
output :'libinput-git-version.h')
|
||||||
|
|
||||||
if meson.version().version_compare('<0.4.3.0')
|
if meson.version().version_compare('<0.43.0')
|
||||||
# Restore the SELinux context for the libinput.so.a.b.c on install
|
# Restore the SELinux context for the libinput.so.a.b.c on install
|
||||||
# meson bug https://github.com/mesonbuild/meson/issues/1967
|
# meson bug https://github.com/mesonbuild/meson/issues/1967
|
||||||
meson.add_install_script('src/libinput-restore-selinux-context.sh',
|
meson.add_install_script('src/libinput-restore-selinux-context.sh',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue