xref: /OK3568_Linux_fs/buildroot/package/libavl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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