From b89b18ee93d2bfdb324d0a926411af775ec8f956 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 16 Dec 2017 10:17:50 -0800 Subject: [PATCH] libxkbcommon: update to 0.7.1 --- packages/wayland/libxkbcommon/package.mk | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"