mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
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:
parent
291d5f031d
commit
ca5a1e1a47
@ -1,10 +1,11 @@
|
|||||||
config BR2_PACKAGE_RUBY
|
config BR2_PACKAGE_RUBY
|
||||||
bool "ruby"
|
bool "ruby"
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
Object Oriented Scripting Language.
|
Object Oriented Scripting Language.
|
||||||
|
|
||||||
http://www.ruby-lang.org/
|
http://www.ruby-lang.org/
|
||||||
|
|
||||||
comment "ruby needs a toolchain w/ wchar"
|
comment "ruby needs a toolchain w/ wchar, threads"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user