mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
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:
parent
a39e31cc36
commit
6bd21e180e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue