pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/pulseaudio



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jul  2 12:51:34 UTC 2019

Modified Files:
        pkgsrc/audio/pulseaudio: options.mk

Log Message:
Restrict lirc to Linux platform

Pointed by leot@, thank you.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/pulseaudio/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/audio/pulseaudio/options.mk
diff -u pkgsrc/audio/pulseaudio/options.mk:1.11 pkgsrc/audio/pulseaudio/options.mk:1.12
--- pkgsrc/audio/pulseaudio/options.mk:1.11     Tue Jul  2 03:30:18 2019
+++ pkgsrc/audio/pulseaudio/options.mk  Tue Jul  2 12:51:34 2019
@@ -1,11 +1,14 @@
-# $NetBSD: options.mk,v 1.11 2019/07/02 03:30:18 ryoon Exp $
+# $NetBSD: options.mk,v 1.12 2019/07/02 12:51:34 ryoon Exp $
 
 .include "../../comms/lirc/available.mk"
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pulseaudio
-PKG_SUPPORTED_OPTIONS= avahi fftw gsettings x11 lirc
+PKG_SUPPORTED_OPTIONS= avahi fftw gsettings x11
+.if ${LIRC_AVAILABLE} == "yes"
+PKG_SUPPORTED_OPTIONS+=        lirc
+.endif
 PKG_SUGGESTED_OPTIONS= avahi x11
-PLIST_VARS+=           ${PKG_SUPPORTED_OPTIONS}
+PLIST_VARS+=           avahi fftw gsettings x11 lirc
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index