libxcb: update to 1.16

release notes:
- https://www.spinics.net/lists/xorg/msg60982.html
This commit is contained in:
Rudi Heitbaum 2023-08-18 09:00:02 +00:00
parent e1fa37d91e
commit 600e736568

View File

@ -3,11 +3,11 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libxcb" PKG_NAME="libxcb"
PKG_VERSION="1.15" PKG_VERSION="1.16"
PKG_SHA256="cc38744f817cf6814c847e2df37fcb8997357d72fa4bcbc228ae0fe47219a059" PKG_SHA256="4348566aa0fbf196db5e0a576321c65966189210cb51328ea2bb2be39c711d71"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://xcb.freedesktop.org" PKG_SITE="https://xcb.freedesktop.org"
PKG_URL="http://xcb.freedesktop.org/dist/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain util-macros Python3:host xcb-proto libpthread-stubs libXau" PKG_DEPENDS_TARGET="toolchain util-macros Python3:host xcb-proto libpthread-stubs libXau"
PKG_LONGDESC="X C-language Bindings library." PKG_LONGDESC="X C-language Bindings library."
PKG_BUILD_FLAGS="+pic" PKG_BUILD_FLAGS="+pic"