From 96471a1dc9a71643bd7e79d6e842c4466eb2928f Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Tue, 28 Dec 2021 19:27:05 +0100 Subject: [PATCH] libglvnd: update to 1.4.0. --- srcpkgs/libglvnd/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libglvnd/template b/srcpkgs/libglvnd/template index fbfa0908133d..15b190995998 100644 --- a/srcpkgs/libglvnd/template +++ b/srcpkgs/libglvnd/template @@ -1,6 +1,6 @@ # Template file for 'libglvnd' pkgname=libglvnd -version=1.3.3 +version=1.4.0 revision=1 wrksrc="libglvnd-v${version}" build_style=meson @@ -12,16 +12,11 @@ maintainer="Stefano Ragni " license="custom:MIT-alike" homepage="https://gitlab.freedesktop.org/glvnd/libglvnd" distfiles="https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v${version}/libglvnd-v${version}.tar.gz" -checksum=e768f43a0b23d9a8c9f1bed425f7f15d8491a1780253945a4445ddc40e5f6f84 +checksum=33b8b993adf47a21bc1c46bcf970927edeb9884390d5b09b1aed051d600c0b2f provides="libGL-7.11_1 libEGL-7.11_1 libGLES-7.11_1" replaces="libGL>=0 libEGL>=0 libGLES>=0" -# Disable TLS with musl: https://bugs.freedesktop.org/show_bug.cgi?id=35268 -if [ "$XBPS_TARGET_LIBC" = "musl" ]; then - configure_args="-Dtls=disabled" -fi - # ppc64_tsd (used when ppc64_tls is not available) # is broken with threads, so disable it on musl case "$XBPS_TARGET_MACHINE" in