diff --git a/packages/wayland/libxkbcommon/package.mk b/packages/wayland/libxkbcommon/package.mk index e85d05957e..ae95573abc 100644 --- a/packages/wayland/libxkbcommon/package.mk +++ b/packages/wayland/libxkbcommon/package.mk @@ -17,19 +17,18 @@ ################################################################################ PKG_NAME="libxkbcommon" -PKG_VERSION="0.6.1" -PKG_SHA256="5b0887b080b42169096a61106661f8d35bae783f8b6c58f97ebcd3af83ea8760" +PKG_VERSION="0.7.1" +PKG_SHA256="ba59305d2e19e47c27ea065c2e0df96ebac6a3c6e97e28ae5620073b6084e68b" PKG_ARCH="any" PKG_LICENSE="OSS" PKG_SITE="http://xkbcommon.org" PKG_URL="http://xkbcommon.org/download/${PKG_NAME}-${PKG_VERSION}.tar.xz" -PKG_DEPENDS_TARGET="toolchain" +PKG_DEPENDS_TARGET="toolchain xkeyboard-config" PKG_SECTION="wayland" PKG_SHORTDESC="xkbcommon: a library to handle keyboard descriptions" PKG_LONGDESC="xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Qt, Clutter, and more. It is also used by some XCB applications for proper keyboard support." if [ "$DISPLAYSERVER" = "x11" ]; then - PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xkeyboard-config" PKG_CONFIGURE_OPTS_TARGET="--enable-x11" else PKG_CONFIGURE_OPTS_TARGET="--disable-x11"