mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50:05 +01:00
meson.build: fix vcs_tag fallback argument
This needs to be specified as keyword argument, and meson < 0.41 doesn't allow for a missing fallback. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2ab233857d
commit
cd96646039
1 changed files with 2 additions and 2 deletions
|
|
@ -240,8 +240,8 @@ pkgconfig.generate(
|
|||
libraries : lib_libinput
|
||||
)
|
||||
|
||||
git_version_h = vcs_tag(['git', 'describe'],
|
||||
'unknown',
|
||||
git_version_h = vcs_tag(command : ['git', 'describe'],
|
||||
fallback : 'unknown',
|
||||
input : 'src/libinput-git-version.h.in',
|
||||
output :'libinput-git-version.h')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue