|
@@ -1,6 +1,5 @@
|
|
config BR2_PACKAGE_WINE
|
|
config BR2_PACKAGE_WINE
|
|
bool "wine"
|
|
bool "wine"
|
|
- depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
# Wine only builds on certain architectures
|
|
# Wine only builds on certain architectures
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" || \
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" || \
|
|
BR2_HOSTARCH = "powerpc" || BR2_HOSTARCH = "arm" || \
|
|
BR2_HOSTARCH = "powerpc" || BR2_HOSTARCH = "arm" || \
|
|
@@ -16,8 +15,3 @@ config BR2_PACKAGE_WINE
|
|
methods.
|
|
methods.
|
|
|
|
|
|
http://www.winehq.org
|
|
http://www.winehq.org
|
|
-
|
|
|
|
-comment "wine needs a glibc toolchain"
|
|
|
|
- depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
|
- depends on BR2_i386
|
|
|
|
- depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
|