aboutsummaryrefslogtreecommitdiff
path: root/multimedia/qt5-multimedia/files/patch-src_multimedia_configure.json
blob: 0c63a1c6db40eeb1400dd74361013010256e57fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
         }
     },