mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 06:38:01 +02:00
meson: generate and install pkg-config file for wpipc
This commit is contained in:
parent
226ae5772e
commit
c35a58ca7b
1 changed files with 4 additions and 0 deletions
|
|
@ -48,3 +48,7 @@ wpipc_dep = declare_dependency(
|
|||
include_directories: wp_lib_include_dir,
|
||||
dependencies: [spa_dep],
|
||||
)
|
||||
|
||||
pkgconfig.generate(wpipc_lib,
|
||||
subdirs: 'wpipc-' + wpipc_api_version
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue