Rudi Heitbaum 2024-02-05 12:48:21 +00:00
parent 9f123e577f
commit 3232864aa7

View File

@ -3,12 +3,12 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libxkbfile"
PKG_VERSION="1.1.2"
PKG_SHA256="b8a3784fac420b201718047cfb6c2d5ee7e8b9481564c2667b4215f6616644b1"
PKG_VERSION="1.1.3"
PKG_SHA256="a9b63eea997abb9ee6a8b4fbb515831c841f471af845a09de443b28003874bec"
PKG_LICENSE="OSS"
PKG_SITE="https://www.X.org"
PKG_URL="https://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain util-macros libX11"
PKG_LONGDESC="Libxkbfile provides an interface to read and manipulate description files for XKB, the X11 keyboard configuration extension."
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
PKG_MESON_OPTS_TARGET="-Ddefault_library=static"