From 2758a4555f8e171b41fa366833e88fd7f3fc9c7c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 17 Oct 2019 13:04:12 +0200 Subject: [PATCH] meson: enable mixer --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 501abc190..0d851a613 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -41,7 +41,7 @@ option('alsa', option('audiomixer', description: 'Enable audiomixer spa plugin integration', type: 'boolean', - value: false) + value: true) option('audioconvert', description: 'Enable audioconvert spa plugin integration', type: 'boolean',