1 config BR2_PACKAGE_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
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
20 comment "wine needs a glibc toolchain"
21 depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
23 depends on !BR2_TOOLCHAIN_USES_GLIBC