mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
12 lines
285 B
PkgConfig
12 lines
285 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=@EXEC_PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=@INCLUDEDIR@
|
|
|
|
Name: Sratom
|
|
Version: @SRATOM_VERSION@
|
|
Description: LV2 Atom RDF serialisation library
|
|
Requires: @SRATOM_PKG_DEPS@
|
|
Libs: -L${libdir} -l@LIB_SRATOM@
|
|
Cflags: -I${includedir}/sratom-@SRATOM_MAJOR_VERSION@
|