mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
This header-only library is needed for gerbera bump to 3.2.0. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
config BR2_PACKAGE_CXXOPTS
|
|
bool "cxxopts"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Lightweight C++ command line option parser
|
|
|
|
https://github.com/jarro2783/cxxopts
|
|
|
|
comment "cxxopts needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|