Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
362B

  1. prefix=@PREFIX@
  2. exec_prefix=@EXEC_PREFIX@
  3. libdir=@LIBDIR@
  4. includedir=@INCLUDEDIR@
  5. Name: Lilv
  6. Version: @LILV_VERSION@
  7. Description: Simple C library for hosting LV2 plugins
  8. Requires: lv2 @PKG_serd_0@ @PKG_sord_0@ @PKG_sratom_0@
  9. Libs: -L${libdir} -l@LIB_LILV@ @LILV_PKG_LIBS@ -lsratom-0 -lsord-0 -lserd-0 -lm -ldl
  10. Cflags: -I${includedir}/lilv-@LILV_MAJOR_VERSION@