Config.in 395 B

123456789101112131415
  1. config BR2_PACKAGE_LILV
  2. bool "lilv"
  3. depends on !BR2_STATIC_LIBS
  4. select BR2_PACKAGE_LV2
  5. select BR2_PACKAGE_SERD
  6. select BR2_PACKAGE_SORD
  7. select BR2_PACKAGE_SRATOM
  8. help
  9. Lilv is a C library to make the use of LV2 plugins as simple
  10. as possible for applications.
  11. https://drobilla.net/software/lilv.html
  12. comment "lilv needs a toolchain w/ dynamic library"
  13. depends on BR2_STATIC_LIBS