Skip to content
Snippets Groups Projects
Commit c35a58ca authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

meson: generate and install pkg-config file for wpipc

parent 226ae577
No related branches found
No related tags found
No related merge requests found
......@@ -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
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment