Files
bsdports/xapp/libqt5-multimedia/files/patch-src_multimedia_configure.json
2020-08-31 13:14:34 +00:00

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"
}
},