From 6bd21e180e9d43d44ffb873323c1b9e74652d4ff Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 12 May 2022 06:31:54 +0200 Subject: [PATCH] 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 --- lang/gjs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index 4d881862697e..7a2c7204b9df 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -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