mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 08:09:41 +02:00
11 lines
276 B
PkgConfig
11 lines
276 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libslv2
|
|
Version: @SLV2_VERSION@
|
|
Description: Convenience library for hosts to simplify LV2 plugin support
|
|
Libs: @REDLAND_LIBS@ -L${libdir} -lslv2
|
|
Cflags: @REDLAND_CFLAGS@ -I${includedir}
|