mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
tclap: fix syntax error in Config.in
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e6e14a71b7
commit
a71f1875b4
@ -3,7 +3,7 @@ comment "tclap needs a toolchain w/ C++"
|
|||||||
|
|
||||||
config BR2_PACKAGE_TCLAP
|
config BR2_PACKAGE_TCLAP
|
||||||
bool "tclap"
|
bool "tclap"
|
||||||
depends BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
This is a small, flexible library that provides a simple interface
|
This is a small, flexible library that provides a simple interface
|
||||||
for defining and accessing command line arguments. It was initially
|
for defining and accessing command line arguments. It was initially
|
||||||
|
Loading…
x
Reference in New Issue
Block a user