gst-plugins-good: fix typo BR2_TOOLCHAIN_HAS_THREAD
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Thu, 19 Dec 2013 21:02:23 +0000 (22:02 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 19 Dec 2013 21:31:49 +0000 (22:31 +0100)
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer/gst-plugins-good/Config.in

index 81bd34051429e2cb6a661dcf640eb969ce155541..254dbcbd74d1c99fa24ad6983c340f9c9a856920 100644 (file)
@@ -213,7 +213,7 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
        select BR2_PACKAGE_LIBSOUP
 
 comment "souphttpsrc needs a toolchain w/ wchar, threads"
-       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREAD
+       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
 
 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPEEX
        bool "speex"