1 config BR2_PACKAGE_RUBY
3 depends on BR2_USE_WCHAR
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on !BR2_STATIC_LIBS
7 Object Oriented Scripting Language.
9 http://www.ruby-lang.org/
11 comment "ruby needs a toolchain w/ wchar, threads, dynamic library"
12 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \