mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
10 lines
212 B
PkgConfig
10 lines
212 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/
|
|
|
|
Name: libspa
|
|
Description: Simple Plugin API
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lspa-lib
|
|
Cflags: -I${includedir} -D_REENTRANT
|