From 29394245fbcafc43a607395e313c2f2cd954bf2d Mon Sep 17 00:00:00 2001 From: spycat88 Date: Sat, 25 Apr 2026 12:47:29 +0000 Subject: [PATCH] libxkbcommon: fix deps --- projects/ArchR/packages/wayland/libxkbcommon/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/ArchR/packages/wayland/libxkbcommon/package.mk b/projects/ArchR/packages/wayland/libxkbcommon/package.mk index 4b7252764f..c7b97634fa 100644 --- a/projects/ArchR/packages/wayland/libxkbcommon/package.mk +++ b/projects/ArchR/packages/wayland/libxkbcommon/package.mk @@ -7,8 +7,7 @@ PKG_VERSION="1.6.0" PKG_LICENSE="MIT" PKG_SITE="https://xkbcommon.org" PKG_URL="https://xkbcommon.org/download/${PKG_NAME}-${PKG_VERSION}.tar.xz" -PKG_DEPENDS_TARGET="toolchain xkeyboard-config libxml2 libXau libxcb wayland" -PKG_DEPENDS_HOST="toolchain:host xkeyboard-config:host libxml2:host libxcb:host libXau:host wayland:host" +PKG_DEPENDS_TARGET="toolchain xkeyboard-config libxml2 libXau libxcb" PKG_LONGDESC="xkbcommon is a library to handle keyboard descriptions." PKG_MESON_OPTS_TARGET="-Denable-docs=false" @@ -17,6 +16,7 @@ if [ "${DISPLAYSERVER}" = "x11" ]; then PKG_MESON_OPTS_TARGET+=" -Denable-x11=true \ -Denable-wayland=false" elif [ "${DISPLAYSERVER}" = "wl" ]; then + PKG_DEPENDS_TARGET+=" wayland wayland-protocols" PKG_MESON_OPTS_TARGET+=" -Denable-x11=true \ -Denable-wayland=true \ -Dxkb-config-root=/usr/share/X11/xkb"