Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/mumble chat/mumble: add dbus option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3086b0d300f2
branches:  trunk
changeset: 428460:3086b0d300f2
user:      riastradh <riastradh%pkgsrc.org@localhost>
date:      Tue Apr 28 05:47:10 2020 +0000

description:
chat/mumble: add dbus option

diffstat:

 chat/mumble/options.mk |  13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r df9523db0199 -r 3086b0d300f2 chat/mumble/options.mk
--- a/chat/mumble/options.mk    Tue Apr 28 05:46:53 2020 +0000
+++ b/chat/mumble/options.mk    Tue Apr 28 05:47:10 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.4 2019/10/20 11:10:48 nia Exp $
+# $NetBSD: options.mk,v 1.5 2020/04/28 05:47:10 riastradh Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.mumble
-PKG_SUPPORTED_OPTIONS=         alsa pulseaudio portaudio
-PKG_SUGGESTED_OPTIONS=         portaudio
+PKG_SUPPORTED_OPTIONS=         alsa dbus pulseaudio portaudio
+PKG_SUGGESTED_OPTIONS=         dbus portaudio
 PKG_SUGGESTED_OPTIONS.Linux=   alsa
 
 .include "../../mk/bsd.options.mk"
@@ -14,6 +14,13 @@
 CONFIG_OPTIONS+=       CONFIG+=no-alsa
 .endif
 
+.if !empty(PKG_OPTIONS:Mdbus)
+CONFIG_OPTIONS+=       CONFIG+=dbus
+#.include "../../x11/qt5-qtdbus/buildlink3.mk"
+.else
+CONFIG_OPTIONS+=       CONFIG+=no-dbus
+.endif
+
 .if !empty(PKG_OPTIONS:Mpulseaudio)
 .include "../../audio/pulseaudio/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index