mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
spa: Add pc file
This commit is contained in:
parent
a5c9ba1e5b
commit
7b7c6df836
2 changed files with 13 additions and 1 deletions
10
pkgconfig/libspa.pc.in
Normal file
10
pkgconfig/libspa.pc.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@/
|
||||
|
||||
Name: libspa
|
||||
Description: Simple Plugin API
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lspa-lib
|
||||
Cflags: -I${includedir} -D_REENTRANT
|
||||
|
|
@ -9,7 +9,9 @@ pkgconf.set('VERSION', pinos_version)
|
|||
|
||||
pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
|
||||
|
||||
pkg_files = ['libpinos',
|
||||
pkg_files = [
|
||||
'libpinos',
|
||||
'libspa',
|
||||
]
|
||||
|
||||
foreach p : pkg_files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue