141db90140c409a53f159a76146ae9c97ce5f646
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ruby / Config.in
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
9           http://www.ruby-lang.org/
10
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