mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 21:33:39 -09:00
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>
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
|