libxkbcommon: fix missing dependency libxml2

This commit is contained in:
Arthur Liberman 2020-12-25 01:23:39 +02:00
parent b6bcb0e54a
commit f247907292

View File

@ -8,7 +8,7 @@ PKG_SHA256="a2202f851e072b84e64a395212cbd976ee18a8ee602008b0bad02a13247dbc52"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="http://xkbcommon.org" PKG_SITE="http://xkbcommon.org"
PKG_URL="http://xkbcommon.org/download/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_URL="http://xkbcommon.org/download/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain xkeyboard-config" PKG_DEPENDS_TARGET="toolchain xkeyboard-config libxml2"
PKG_LONGDESC="xkbcommon is a library to handle keyboard descriptions." PKG_LONGDESC="xkbcommon is a library to handle keyboard descriptions."
PKG_MESON_OPTS_TARGET="-Denable-docs=false" PKG_MESON_OPTS_TARGET="-Denable-docs=false"