kumquat-buildroot/package/lilv/Config.in
James Hilliard 9c8453734b package/lilv: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Tested-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-02-12 15:31:38 +01:00

16 lines
395 B
Plaintext

config BR2_PACKAGE_LILV
bool "lilv"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_LV2
select BR2_PACKAGE_SERD
select BR2_PACKAGE_SORD
select BR2_PACKAGE_SRATOM
help
Lilv is a C library to make the use of LV2 plugins as simple
as possible for applications.
https://drobilla.net/software/lilv.html
comment "lilv needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS