mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
12 lines
297 B
PkgConfig
12 lines
297 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=@EXEC_PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=@INCLUDEDIR@
|
|
|
|
Name: Sratom
|
|
Version: @SRATOM_VERSION@
|
|
Description: LV2 Atom RDF serialisation library
|
|
Requires: lv2 @PKG_serd_0@ @PKG_sord_0@
|
|
Libs: -L${libdir} -l@LIB_SRATOM@
|
|
Cflags: -I${includedir}/sratom-@SRATOM_MAJOR_VERSION@
|