Remove dbus as build requirement for NetBSD. Closes #3442

This commit is contained in:
dmiller 2026-08-20 17:40:53 +00:00
parent 6aaada8c53
commit b8032c2d28

View file

@ -169,7 +169,7 @@ jobs:
prepare: |
export PATH=/usr/sbin:/usr/pkg/sbin:/usr/pkg/bin:$PATH
export PKG_PATH="http://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r | cut -d_ -f1)/All"
pkg_add -u gcc13 clang autoconf automake pkgconf libpcap libnet gmake dbus
pkg_add -u gcc13 clang autoconf automake pkgconf libpcap libnet gmake
run: |
./configure
gmake