Skip to content

Commit 58deca9

Browse files
committed
palemoon: dbus option needs dbus-glib
PR pkg/60028
1 parent 8d32e02 commit 58deca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

www/palemoon/options.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: options.mk,v 1.1 2024/07/26 08:05:23 nia Exp $
1+
# $NetBSD: options.mk,v 1.2 2026/02/22 11:05:44 nia Exp $
22

33
PKG_OPTIONS_VAR= PKG_OPTIONS.palemoon
44
PKG_SUPPORTED_OPTIONS= dbus pulseaudio
@@ -8,6 +8,7 @@ PKG_SUPPORTED_OPTIONS= dbus pulseaudio
88
.if !empty(PKG_OPTIONS:Mdbus)
99
CONFIGURE_ARGS+= --enable-dbus
1010
. include "../../sysutils/dbus/buildlink3.mk"
11+
. include "../../sysutils/dbus-glib/buildlink3.mk"
1112
.else
1213
CONFIGURE_ARGS+= --disable-dbus
1314
.endif

0 commit comments

Comments
 (0)