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.

lilv.pc.in 292B

12 years ago
1234567891011
  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: lv2core @LILV_PKG_DEPS@
  9. Libs: -L${libdir} -l@LIB_LILV@ -ldl
  10. Cflags: -I${includedir}/lilv-@LILV_MAJOR_VERSION@