ruby: bump version to 2.4.1
[buildroot-gz.git] / package / ruby / Config.in
blob141db90140c409a53f159a76146ae9c97ce5f646
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.
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 || \
13                 BR2_STATIC_LIBS