python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / wine / Config.in
blobc67428844637889b586b12e2bf9fe0cc75d11c10
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.
18           http://www.winehq.org
20 comment "wine needs a glibc toolchain"
21         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
22         depends on BR2_i386
23         depends on !BR2_TOOLCHAIN_USES_GLIBC