mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 04:30:41 +01:00
meson.build: re-add missing trailing slash to the HTTP link
Got lost in 61f81ec93e
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
104e4a7d49
commit
565f9470ff
1 changed files with 2 additions and 2 deletions
|
|
@ -53,9 +53,9 @@ config_h = configuration_data()
|
|||
|
||||
doc_url_base = 'https://wayland.freedesktop.org/libinput/doc'
|
||||
if libinput_version[2].to_int() >= 90
|
||||
doc_url = '@0@/latest'.format(doc_url_base)
|
||||
doc_url = '@0@/latest/'.format(doc_url_base)
|
||||
else
|
||||
doc_url = '@0@/@1@'.format(doc_url_base, meson.project_version())
|
||||
doc_url = '@0@/@1@/'.format(doc_url_base, meson.project_version())
|
||||
endif
|
||||
config_h.set_quoted('HTTP_DOC_LINK', doc_url)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue