mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
12 lines
268 B
PkgConfig
12 lines
268 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=@EXEC_PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=@INCLUDEDIR@
|
|
|
|
Name: Suil
|
|
Version: @SUIL_VERSION@
|
|
Description: LV2 plugin UI hosting library
|
|
Requires: @SUIL_PKG_DEPS@
|
|
Libs: -L${libdir} -l@LIB_SUIL@
|
|
Cflags: -I${includedir}/suil-@SUIL_MAJOR_VERSION@
|