From 33e8667cfc227f0dd285a82ce14beefef1b98dae Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Mon, 3 Oct 2022 09:10:35 +0300 Subject: [PATCH] meson_options: change default session manager to wireplumber --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index b7c3d0e24..9beb55a96 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -232,7 +232,7 @@ option('libusb', option('session-managers', description : 'Session managers to build (can be [] for none or an absolute path)', type : 'array', - value : ['media-session']) + value : ['wireplumber']) option('raop', description: 'Enable module for Remote Audio Output Protocol', type: 'feature',