mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
While here fix ALSA and PULSEAUDIO options - With alsa-lib installed in the build environment ALSA=off did not previously disable ALSA support - PulseAudio support was always disabled regardless of option state Approved by: kde (tcberner) Differential Revision: https://reviews.freebsd.org/D16383
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
--- configure.json.orig 2018-04-10 14:50:39 UTC
|
|
+++ configure.json
|
|
@@ -16,6 +16,7 @@
|
|
"printing-and-pdf": "boolean",
|
|
"proprietary-codecs": "boolean",
|
|
"pulseaudio": "boolean",
|
|
+ "sndio": "boolean",
|
|
"spellchecker": "boolean",
|
|
"webrtc": "boolean"
|
|
}
|
|
@@ -113,6 +114,10 @@
|
|
"condition": "libs.pulseaudio",
|
|
"output": [ "privateFeature" ]
|
|
},
|
|
+ "sndio": {
|
|
+ "label": "sndio",
|
|
+ "output": [ "privateFeature" ]
|
|
+ },
|
|
"pepper-plugins": {
|
|
"label": "Pepper Plugins",
|
|
"purpose": "Enables use of Pepper Flash and Widevine plugins.",
|
|
@@ -218,6 +223,11 @@
|
|
{
|
|
"type": "feature",
|
|
"args": "pulseaudio",
|
|
+ "condition": "config.unix"
|
|
+ },
|
|
+ {
|
|
+ "type": "feature",
|
|
+ "args": "sndio",
|
|
"condition": "config.unix"
|
|
},
|
|
{
|