1config BR2_PACKAGE_LIBAVL 2 bool "libavl" 3 depends on !BR2_STATIC_LIBS 4 help 5 AVLTree is a small implementation of AVL trees for the C 6 programming language. 7 8 https://packages.debian.org/buster/libavl1 9 10 This is not the GNU AVL library by Ben Pfaff. 11 12comment "libavl needs a toolchain w/ dynamic library" 13 depends on BR2_STATIC_LIBS 14