Commit ed8f90d0 authored by James McDonnell's avatar James McDonnell
Browse files

Disable the ALSA plugin for QNX


The QNX ALSA implementation isn't compatible with the generic ALSA
plugin.  QNX has its own ALSA plugin.

The old configure system didn't test for ALSA support on QNX, but
the new configure system does test for it.  A porting error.  With
an official QNX SDP, this isn't a problem, because the ALSA headers
aren't in the expected location, so the test fails.  With some
QNX internal SDPs though, the ALSA headers are in the expected
location, so the test succeeds.

Change-Id: Id62aa4c17c683397545bf42fc5b741f25b719360
Reviewed-by: default avatarYoann Lopes <yoann.lopes@qt.io>
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
Showing with 1 addition and 1 deletion
......@@ -178,7 +178,7 @@
"features": {
"alsa": {
"label": "ALSA",
"condition": "config.unix && libs.alsa",
"condition": "config.unix && !config.qnx && libs.alsa",
"output": [ "feature", "privateFeature" ]
},
"avfoundation": {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment