Config.in 354 B

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