Files
rpi-buildroot/package/libconfuse/Config.in
Peter Korsgaard 4906988d56 package/libconfuse: use current upstream URL
https://github.com/martinh/libconfuse/ now redirects to
/libconfuse/libconfuse/, so use that instead in .mk and help text.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit cf8ccddaa2)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
2025-07-15 18:32:44 +02:00

12 lines
425 B
Plaintext

config BR2_PACKAGE_LIBCONFUSE
bool "libconfuse"
help
LibConfuse is a configuration file parser library written in
C. It supports sections and (lists of) values (strings,
integers, floats, booleans or other sections), as well as some
other features (such as single/double-quoted strings,
environment variable expansion, functions and nested include
statements.
https://github.com/libconfuse/libconfuse