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 / wine / Config.in
1 config BR2_PACKAGE_WINE
2         bool "wine"
3         depends on BR2_TOOLCHAIN_USES_GLIBC
4         # Wine only builds on certain architectures
5         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" || \
6                    BR2_HOSTARCH = "powerpc" || BR2_HOSTARCH = "arm" || \
7                    BR2_HOSTARCH = "aarch64"
8         # Wine has much CPU specific code and mostly makes sense on x86
9         depends on BR2_i386
10         help
11           Wine is a compatibility layer capable of running Windows
12           applications on Linux. Instead of simulating internal
13           Windows logic like a virtual machine or emulator, Wine
14           translates Windows API calls into POSIX calls on-the-fly,
15           eliminating the performance and memory penalties of other
16           methods.
17
18           http://www.winehq.org
19
20 comment "wine needs a (e)glibc toolchain"
21         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
22         depends on BR2_i386
23         depends on !BR2_TOOLCHAIN_USES_GLIBC