libxkbcommon: fix Generic build

This commit is contained in:
CvH 2020-02-22 16:17:16 +01:00
parent 36ecc2df68
commit 8288893b75

View File

@ -23,3 +23,9 @@ else
PKG_MESON_OPTS_TARGET+=" -Denable-x11=false \
-Denable-wayland=false"
fi
pre_configure_target() {
if [ "${DISPLAYSERVER}" = "x11" ]; then
TARGET_LDFLAGS="$LDFLAGS -lXau -lxcb"
fi
}