From a71f1875b44fff0d4cb89d9009dca0512784683c Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 14 Jun 2014 19:08:48 +0200 Subject: [PATCH] tclap: fix syntax error in Config.in Signed-off-by: Thomas Petazzoni --- package/tclap/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/tclap/Config.in b/package/tclap/Config.in index 8c6296fc9a..667117d91b 100644 --- a/package/tclap/Config.in +++ b/package/tclap/Config.in @@ -3,7 +3,7 @@ comment "tclap needs a toolchain w/ C++" config BR2_PACKAGE_TCLAP bool "tclap" - depends BR2_INSTALL_LIBSTDCPP + depends on BR2_INSTALL_LIBSTDCPP help This is a small, flexible library that provides a simple interface for defining and accessing command line arguments. It was initially -- 2.30.2