Buildroot commit dc55e7eb51 added this
package as copy from the taglib package but forgot to change all taglib-
related comments.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit b7b96c97f9714baed16e23059d703facbdf155f4)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
config BR2_PACKAGE_UTFCPP
|
|
bool "utfcpp"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
UTF-8 with C++ in a Portable Way
|
|
|
|
https://github.com/nemtrif/utfcpp
|
|
|
|
comment "utfcpp needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|