Skip to content

Commit

Permalink
wine: Drop glibc requirement
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
AndreRH authored and jacmet committed Mar 11, 2018
1 parent ad6ed66 commit 5bc71f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package/wine/Config.in
Original file line number Diff line number Diff line change
@@ -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" || \
Expand All @@ -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

0 comments on commit 5bc71f8

Please sign in to comment.