mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
15 lines
550 B
JSON
15 lines
550 B
JSON
This adds a configure knob to Qt itself, which responds to the
|
|
FreeBSD Makefile knobs; otherwise, we can't turn off finding
|
|
OpenAL when it is installed.
|
|
|
|
--- src/multimedia/configure.json.orig 2019-10-15 04:21:48 UTC
|
|
+++ src/multimedia/configure.json
|
|
@@ -12,6 +12,7 @@
|
|
"directshow": { "type": "boolean" },
|
|
"wmf": { "type": "boolean" },
|
|
"gstreamer": { "type": "optionalString", "values": [ "no", "yes", "0.10", "1.0" ] },
|
|
+ "openal": "boolean",
|
|
"pulseaudio": "boolean"
|
|
}
|
|
},
|