at-spi2-core: set dbus-daemon path to fix build

This commit is contained in:
mglae 2020-11-16 23:53:04 +01:00
parent afbc010651
commit 1b2f78956b

View File

@ -12,7 +12,8 @@ PKG_DEPENDS_TARGET="toolchain atk dbus glib libXtst"
PKG_LONGDESC="Protocol definitions and daemon for D-Bus at-spi." PKG_LONGDESC="Protocol definitions and daemon for D-Bus at-spi."
PKG_MESON_OPTS_TARGET="-Denable_docs=false \ PKG_MESON_OPTS_TARGET="-Denable_docs=false \
-Denable-introspection=no" -Denable-introspection=no \
-Ddbus_daemon=/usr/bin/dbus-daemon"
pre_configure_target() { pre_configure_target() {
LDFLAGS="$LDFLAGS -lXext" LDFLAGS="$LDFLAGS -lXext"