wget: needs WCHAR support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 22 Mar 2010 14:13:02 +0000 (15:13 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 22 Mar 2010 14:13:02 +0000 (15:13 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/wget/Config.in

index 3877a3af5b5547a3d9f57c405c7fadbd211255e0..172359c24aa803af1a9342a305bac46091b52117 100644 (file)
@@ -1,6 +1,10 @@
 config BR2_PACKAGE_WGET
        bool "wget"
+       depends on BR2_USE_WCHAR
        help
          Network utility to retrieve files from http, https and ftp.
 
          http://www.gnu.org/software/wget/
+
+comment "wget requires a toolchain with WCHAR support"
+       depends on !BR2_USE_WCHAR