mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Updated libxcb to 1.16
This commit is contained in:
parent
38586f2c28
commit
6024e6b5c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user