wine: Drop glibc requirement
authorAndré Hentschel <nerv@dawncrow.de>
Fri, 9 Mar 2018 10:20:42 +0000 (11:20 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 11 Mar 2018 21:23:58 +0000 (22:23 +0100)
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>
package/wine/Config.in

index c67428844637889b586b12e2bf9fe0cc75d11c10..627a9a71f4de330b77e1e5a220b3334ae4b0fc1a 100644 (file)
@@ -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