Explorar o código

tclap: fix syntax error in Config.in

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni %!s(int64=11) %!d(string=hai) anos
pai
achega
a71f1875b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/tclap/Config.in

+ 1 - 1
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