diff mbox series

[v1,1/3] Revert "xorg-server: not available with musl on ARM"

Message ID 20230220090923.2155635-1-thomas.devoogdt@barco.com
State Accepted
Headers show
Series [v1,1/3] Revert "xorg-server: not available with musl on ARM" | expand

Commit Message

Thomas Devoogdt Feb. 20, 2023, 9:09 a.m. UTC
From: Thomas Devoogdt <thomas.devoogdt@gmail.com>

This reverts commit 9daafbcb75a7ab593ce8a1f21c6149c8437bc0bc.

Fixed since https://gitlab.freedesktop.org/xorg/xserver/-/issues/840.

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@gmail.com>
---
 package/x11r7/xserver_xorg-server/Config.in | 5 -----
 1 file changed, 5 deletions(-)

Comments

Peter Korsgaard Feb. 20, 2023, 5:17 p.m. UTC | #1
>>>>> "Thomas" == Thomas Devoogdt <thomas@devoogdt.com> writes:

 > From: Thomas Devoogdt <thomas.devoogdt@gmail.com>
 > This reverts commit 9daafbcb75a7ab593ce8a1f21c6149c8437bc0bc.

 > Fixed since https://gitlab.freedesktop.org/xorg/xserver/-/issues/840.

I've added a note that this was included since xserver 1.20.6 and
committed, thanks.
diff mbox series

Patch

diff --git a/package/x11r7/xserver_xorg-server/Config.in b/package/x11r7/xserver_xorg-server/Config.in
index 865917c4ec..b933bd0285 100644
--- a/package/x11r7/xserver_xorg-server/Config.in
+++ b/package/x11r7/xserver_xorg-server/Config.in
@@ -1,11 +1,6 @@ 
-comment "xorg-server needs a glibc or uClibc toolchain"
-	depends on BR2_arm && BR2_TOOLCHAIN_USES_MUSL
-
 config BR2_PACKAGE_XSERVER_XORG_SERVER
 	bool "xorg-server"
 	depends on BR2_USE_MMU # fork()
-	# xserver uses inb/outb on arm, which aren't available with musl
-	depends on !(BR2_arm && BR2_TOOLCHAIN_USES_MUSL)
 	# We need a SHA1 implementation. If either openssl or
 	# libgcrypt are already part of the build, we'll use one of
 	# them, otherwise, use the small libsha1 library.