summaryrefslogtreecommitdiff
path: root/package/tclap
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-14 19:08:48 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-14 19:08:48 +0200
commita71f1875b44fff0d4cb89d9009dca0512784683c (patch)
treedc315eaee15ae86411e6b249a2a887040161794a /package/tclap
parente6e14a71b74f16902ff0a073c44b4f00a4e5c06a (diff)
tclap: fix syntax error in Config.in
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tclap')
-rw-r--r--package/tclap/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tclap/Config.in b/package/tclap/Config.in
index 8c6296fc9..667117d91 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