summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Hentschel <nerv@dawncrow.de>2018-03-09 11:20:42 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-03-11 22:23:58 +0100
commit5bc71f825dae8b2605a3617b929f827946c81ded (patch)
tree976c9073c6e4129d0b53fdc1585855c9eb35231d
parentad6ed6643aa806f05fb14bb699d10c88d8f97c90 (diff)
downloadbuildroot-5bc71f825dae8b2605a3617b929f827946c81ded.tar.gz
buildroot-5bc71f825dae8b2605a3617b929f827946c81ded.zip
wine: Drop glibc requirement
I noticed it's not needed anymore, musl went upstream at some point and uClibc is now build with bessel functions: https://git.buildroot.net/buildroot/commit/package/uclibc?id=de56d58e5d26d78161ca3b7a1a2a4decfe4e89db Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/wine/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/wine/Config.in b/package/wine/Config.in
index c674288446..627a9a71f4 100644
--- a/package/wine/Config.in
+++ b/package/wine/Config.in
@@ -1,6 +1,5 @@
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" || \
BR2_HOSTARCH = "powerpc" || BR2_HOSTARCH = "arm" || \
@@ -16,8 +15,3 @@ config BR2_PACKAGE_WINE
methods.
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
OpenPOWER on IntegriCloud