On Fri, Jul 18, 2025 at 01:55:27PM +0200, Philipp Zabel wrote: > Mesa 25.2 will require libX11 >= 1.8 for the automatic XInitThreads() > call from the library constructor.
The package libx11-locale shares the version and has a patch that needs to be migrated. Michael > Signed-off-by: Philipp Zabel <[email protected]> > --- > rules/xorg-lib-X11.make | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/rules/xorg-lib-X11.make b/rules/xorg-lib-X11.make > index dd7fe5e31472..52584404c48b 100644 > --- a/rules/xorg-lib-X11.make > +++ b/rules/xorg-lib-X11.make > @@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_XORG_LIB_X11) += xorg-lib-x11 > # > # Paths and names > # > -XORG_LIB_X11_VERSION := 1.6.9 > -XORG_LIB_X11_MD5 := 55adbfb6d4370ecac5e70598c4e7eed2 > +XORG_LIB_X11_VERSION := 1.8.12 > +XORG_LIB_X11_MD5 := 146d770e564812e00f97e0cbdce632b7 > XORG_LIB_X11 := libX11-$(XORG_LIB_X11_VERSION) > -XORG_LIB_X11_SUFFIX := tar.bz2 > +XORG_LIB_X11_SUFFIX := tar.xz > XORG_LIB_X11_URL := $(call ptx/mirror, XORG, > individual/lib/$(XORG_LIB_X11).$(XORG_LIB_X11_SUFFIX)) > XORG_LIB_X11_SOURCE := $(SRCDIR)/$(XORG_LIB_X11).$(XORG_LIB_X11_SUFFIX) > XORG_LIB_X11_DIR := $(BUILDDIR)/$(XORG_LIB_X11) > @@ -55,6 +55,7 @@ XORG_LIB_X11_CONF_OPT := \ > --$(call ptx/endis, PTXCONF_XORG_LIB_X11_XF86BIGFONT)-xf86bigfont \ > --$(call ptx/endis, PTXCONF_XORG_LIB_X11_XKB)-xkb \ > --enable-composecache \ > + --enable-thread-safety-constructor \ > --disable-lint-library \ > --disable-malloc0returnsnull \ > $(XORG_OPTIONS_DOCS) \ > -- > 2.39.5 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
