kumquat-buildroot/package/inih/Config.in
Bernd Kuhls 3daffa43f6 package/inih: new package
needed for xfsprogs >= 5.10.0:
https://www.spinics.net/lists/linux-xfs/msg47554.html

Added upstream patch to avoid dependency for c++.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[yann.morin.1998@free.fr: license is BSD-3-Clause, not BSD]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-01-25 22:56:45 +01:00

8 lines
158 B
Plaintext

config BR2_PACKAGE_INIH
bool "inih"
help
inih (INI Not Invented Here) is a simple .INI file parser
written in C.
https://github.com/benhoyt/inih/