wayland: force PKG_TOOLCHAIN=configure

wayland tries to build with meson, but build fails due to check of
PKG_CONFIGURE_OPTS. To be updated to meson in next package update.
This commit is contained in:
heitbaum 2021-09-11 18:29:37 +10:00
parent 954f9fafec
commit c4033f130e

View File

@ -10,6 +10,7 @@ PKG_URL="https://wayland.freedesktop.org/releases/${PKG_NAME}-${PKG_VERSION}.tar
PKG_DEPENDS_TARGET="toolchain wayland:host libffi expat libxml2"
PKG_DEPENDS_HOST="libffi:host expat:host libxml2:host"
PKG_LONGDESC="a display server protocol"
PKG_TOOLCHAIN="configure"
PKG_CONFIGURE_OPTS_HOST="--enable-shared \
--disable-static \