mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 22:00:07 +01:00
Teach meson about pkgconfig Requires.private
Fixes:ed87c6dbb0("Add libudev and -lm to Requires.private") added Requires.private,4f4bfae2a1("Add meson.build file") forgot to transplant the logic to meson.build. Fixes:4f4bfae2a1("Add meson.build file") Signed-off-by: Jan Engelhardt <jengelh@inai.de> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1232>
This commit is contained in:
parent
b1bc500e0d
commit
d67d45a8fd
1 changed files with 2 additions and 1 deletions
|
|
@ -451,7 +451,8 @@ pkgconfig.generate(
|
|||
name : 'Libinput',
|
||||
description : 'Input device library',
|
||||
version : meson.project_version(),
|
||||
libraries : lib_libinput
|
||||
libraries : lib_libinput,
|
||||
requires_private : dep_udev,
|
||||
)
|
||||
|
||||
git_version_h = vcs_tag(command : ['git', 'describe'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue