Updated libxcb to 1.16

This commit is contained in:
Andrew Murray 2023-09-01 08:41:55 +10:00
parent 38586f2c28
commit 6024e6b5c0

View File

@ -24,7 +24,7 @@ else
fi
LIBWEBP_VERSION=1.3.1
BZIP2_VERSION=1.0.8
LIBXCB_VERSION=1.15
LIBXCB_VERSION=1.16
BROTLI_VERSION=1.0.9
if [[ -n "$IS_MACOS" ]] && [[ "$PLAT" == "x86_64" ]]; then
@ -76,7 +76,7 @@ function pre_build {
else
sed s/\${pc_sysrootdir\}// /usr/local/share/pkgconfig/xcb-proto.pc > /usr/local/lib/pkgconfig/xcb-proto.pc
fi
build_simple libxcb $LIBXCB_VERSION https://xcb.freedesktop.org/dist
build_simple libxcb $LIBXCB_VERSION https://www.x.org/releases/individual/lib
if [ -n "$IS_MACOS" ]; then
BUILD_PREFIX=$ORIGINAL_BUILD_PREFIX
PKG_CONFIG_PATH=$ORIGINAL_PKG_CONFIG_PATH