Skip to content

Commit ccd2d5c

Browse files
authored
Merge pull request #7982 from radarhere/xcb
2 parents ddfdae1 + 712aa99 commit ccd2d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ else
3535
fi
3636
LIBWEBP_VERSION=1.3.2
3737
BZIP2_VERSION=1.0.8
38-
LIBXCB_VERSION=1.16.1
38+
LIBXCB_VERSION=1.17.0
3939
BROTLI_VERSION=1.1.0
4040

4141
if [[ -n "$IS_MACOS" ]] && [[ "$CIBW_ARCHS" == "x86_64" ]]; then
@@ -70,7 +70,7 @@ function build {
7070
fi
7171
build_new_zlib
7272

73-
build_simple xcb-proto 1.16.0 https://xorg.freedesktop.org/archive/individual/proto
73+
build_simple xcb-proto 1.17.0 https://xorg.freedesktop.org/archive/individual/proto
7474
if [ -n "$IS_MACOS" ]; then
7575
build_simple xorgproto 2024.1 https://www.x.org/pub/individual/proto
7676
build_simple libXau 1.0.11 https://www.x.org/pub/individual/lib

0 commit comments

Comments
 (0)