The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[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