pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/mumble
Module Name: pkgsrc
Committed By: riastradh
Date: Tue Apr 28 05:47:10 UTC 2020
Modified Files:
pkgsrc/chat/mumble: options.mk
Log Message:
chat/mumble: add dbus option
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/mumble/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/mumble/options.mk
diff -u pkgsrc/chat/mumble/options.mk:1.4 pkgsrc/chat/mumble/options.mk:1.5
--- pkgsrc/chat/mumble/options.mk:1.4 Sun Oct 20 11:10:48 2019
+++ pkgsrc/chat/mumble/options.mk Tue Apr 28 05:47:10 2020
@@ -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+=alsa
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