From ed8f90d0e47bd4ade7be3852627395ac66ba32ea Mon Sep 17 00:00:00 2001 From: James McDonnell Date: Tue, 21 Feb 2017 15:31:06 -0500 Subject: 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: Yoann Lopes Reviewed-by: Oswald Buddenhagen --- src/multimedia/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/multimedia') diff --git a/src/multimedia/configure.json b/src/multimedia/configure.json index 8fb2eb868..4af05b79d 100644 --- a/src/multimedia/configure.json +++ b/src/multimedia/configure.json @@ -178,7 +178,7 @@ "features": { "alsa": { "label": "ALSA", - "condition": "config.unix && libs.alsa", + "condition": "config.unix && !config.qnx && libs.alsa", "output": [ "feature", "privateFeature" ] }, "avfoundation": { -- cgit v1.2.1