pulseaudio-qt: fix runtime warning

plasma-settings outputs the following warning at runtime:

    plasma-settings[2629]: org.kde.plasma.pulseaudio: Settings schema
    org.freedesktop.pulseaudio.module-group is not installed

This is caused by a missing schema:

    /usr/share/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml

Install pulseaudio-module-gsettings to clear the warning.

Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
This commit is contained in:
Marc Ferland
2024-11-06 08:51:09 -05:00
parent 0bdeecd994
commit b09061d6fc

View File

@@ -15,6 +15,10 @@ DEPENDS = " \
pulseaudio \
"
RDEPENDS:${PN} += " \
pulseaudio-module-gsettings \
"
EXTRA_OECMAKE:append = " \
-DBUILD_TESTING=OFF \
-DQT_MAJOR_VERSION=6 \