lang/gjs: add build dependency on dbus

meson looks for the dbus-run-session binary to run the internal tests.
If gtk3 is built with ATK_BRIDGE=off dbus is not being pulled in, and
mesons' configure phase will fail.

Reported by:	rigoletto
This commit is contained in:
Tobias C. Berner 2022-05-12 06:31:54 +02:00
parent a39e31cc36
commit 6bd21e180e

View file

@ -15,6 +15,7 @@ LICENSE_COMB= multi
LICENSE_FILE_MPL11= ${WRKSRC}/LICENSES/MPL-1.1.txt
LICENSE_FILE_LGPL20+ = ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
BUILD_DEPENDS= dbus-run-session:devel/dbus
LIB_DEPENDS= libmozjs-91.so:lang/spidermonkey91 \
libffi.so:devel/libffi