mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
meson.build: export the plugin dir via pkgconfig
This is for the system-wide plugindir only - the only path where we'd expect other packages to put plugins. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1357>
This commit is contained in:
parent
4fd5fe9d30
commit
b9a04e4d57
1 changed files with 3 additions and 0 deletions
|
|
@ -505,6 +505,9 @@ pkgconfig.generate(
|
|||
version : meson.project_version(),
|
||||
libraries : lib_libinput,
|
||||
requires_private : dep_udev,
|
||||
variables : [
|
||||
'plugindir=${libdir}/libinput/plugins'
|
||||
]
|
||||
)
|
||||
|
||||
git_version_h = vcs_tag(command : ['git', 'describe'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue