]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
tclap: fix syntax error in Config.in
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 14 Jun 2014 17:08:48 +0000 (19:08 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 14 Jun 2014 17:08:48 +0000 (19:08 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/tclap/Config.in

index 8c6296fc9a6fa1d18a768d218dd6fa487e721cbf..667117d91b989754520df307cfbcc3647187a207 100644 (file)
@@ -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