libXau: update to 1.0.12 and meson

This commit is contained in:
Rudi Heitbaum 2024-12-14 09:43:07 +00:00
parent 27cae72ed6
commit 8f7b1ff377

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libXau"
PKG_VERSION="1.0.11"
PKG_SHA256="f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb"
PKG_VERSION="1.0.12"
PKG_SHA256="74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb"
PKG_LICENSE="OSS"
PKG_SITE="https://www.X.org"
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
@ -12,4 +12,6 @@ PKG_DEPENDS_TARGET="toolchain util-macros xorgproto"
PKG_LONGDESC="X authorization file management libary"
PKG_BUILD_FLAGS="+pic"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --enable-xthreads"
PKG_MESON_OPTS_TARGET="-Ddefault_library=static \
-Dprefer_static=true \
-Dxthreads=true"