pkgsrc-WIP-changes archive

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

retroarch: add pulseaudio by default on linux, like firefox.



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Tue May 22 11:56:46 2018 +0100
Changeset:	171071834dc96949259aeccb4e8f71e12b1a36eb

Modified Files:
	retroarch/options.mk

Log Message:
retroarch: add pulseaudio by default on linux, like firefox.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=171071834dc96949259aeccb4e8f71e12b1a36eb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 retroarch/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/retroarch/options.mk b/retroarch/options.mk
index aa48feebd6..d47ba62f09 100644
--- a/retroarch/options.mk
+++ b/retroarch/options.mk
@@ -5,7 +5,7 @@
 PKG_OPTIONS_VAR=		PKG_OPTIONS.retroarch
 PKG_SUPPORTED_OPTIONS+=		sdl2 ffmpeg freetype qt5 x11 alsa caca pulseaudio udev libusb-1 libxml2
 PKG_SUGGESTED_OPTIONS+=		sdl2 ffmpeg freetype x11
-PKG_SUGGESTED_OPTIONS.Linux+=	alsa udev
+PKG_SUGGESTED_OPTIONS.Linux+=	alsa pulseaudio udev
 PKG_OPTIONS_OPTIONAL_GROUPS+=	gl
 PKG_OPTIONS_GROUP.gl+=		opengl
 


Home | Main Index | Thread Index | Old Index