Skip to content

Commit

Permalink
Updated libxcb to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Aug 31, 2023
1 parent 38586f2 commit 6024e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6024e6b

Please sign in to comment.