]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/mono/Config.in
d45ad376fea31e87abe7ebb9640f2ab13989a075
[coffee/buildroot.git] / package / mono / Config.in
1 config BR2_PACKAGE_MONO_ARCH_SUPPORTS
2         bool
3         default y if (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || \
4                       BR2_mipsel || BR2_powerpc || BR2_x86_64)
5
6 config BR2_PACKAGE_MONO
7         bool "mono"
8         depends on BR2_PACKAGE_MONO_ARCH_SUPPORTS
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         depends on !BR2_STATIC_LIBS
11         help
12           An open source, cross-platform, implementation of C#
13           and the CLR that is binary compatible with Microsoft.NET.
14
15           http://download.mono-project.com/sources/mono/
16
17 comment "mono needs a toolchain w/ threads, dynamic library"
18         depends on BR2_PACKAGE_MONO_ARCH_SUPPORTS
19         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS