spa: Add pc file

This commit is contained in:
Linus Svensson 2017-01-04 11:34:50 +01:00 committed by Wim Taymans
parent a5c9ba1e5b
commit 7b7c6df836
2 changed files with 13 additions and 1 deletions

10
pkgconfig/libspa.pc.in Normal file
View 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

View file

@ -9,7 +9,9 @@ pkgconf.set('VERSION', pinos_version)
pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir')) pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
pkg_files = ['libpinos', pkg_files = [
'libpinos',
'libspa',
] ]
foreach p : pkg_files foreach p : pkg_files