ruby: needs thread support

Fixes:

   http://autobuild.buildroot.org/results/7c6/7c6cc07e360aa998957a48e834b8cc086282d716/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2013-11-20 17:12:51 +01:00 committed by Peter Korsgaard
parent 291d5f031d
commit ca5a1e1a47

View File

@ -1,10 +1,11 @@
config BR2_PACKAGE_RUBY
bool "ruby"
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
help
Object Oriented Scripting Language.
http://www.ruby-lang.org/
comment "ruby needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
comment "ruby needs a toolchain w/ wchar, threads"
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS