kumquat-buildroot/package/wine/Config.in
André Hentschel e6803b9f91 wine: New package
Wine is a compatibility layer capable of running Windows applications
on Linux.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Only build-tested, not run-time tested y lack of Windows apps]
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Thomas: fix a few typos in one comment in the .mk file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-03-01 13:07:44 +01:00

22 lines
768 B
Plaintext

config BR2_PACKAGE_WINE
bool "wine"
depends on BR2_TOOLCHAIN_USES_GLIBC
# Wine only builds on certain architectures
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
# Wine has much CPU specific code and mostly makes sense on x86
depends on BR2_i386
help
Wine is a compatibility layer capable of running Windows
applications on Linux. Instead of simulating internal
Windows logic like a virtual machine or emulator, Wine
translates Windows API calls into POSIX calls on-the-fly,
eliminating the performance and memory penalties of other
methods.
http://www.winehq.org
comment "wine needs a (e)glibc toolchain"
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
depends on BR2_i386
depends on !BR2_TOOLCHAIN_USES_GLIBC