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:
@@ -15,6 +15,10 @@ DEPENDS = " \
|
|||||||
pulseaudio \
|
pulseaudio \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += " \
|
||||||
|
pulseaudio-module-gsettings \
|
||||||
|
"
|
||||||
|
|
||||||
EXTRA_OECMAKE:append = " \
|
EXTRA_OECMAKE:append = " \
|
||||||
-DBUILD_TESTING=OFF \
|
-DBUILD_TESTING=OFF \
|
||||||
-DQT_MAJOR_VERSION=6 \
|
-DQT_MAJOR_VERSION=6 \
|
||||||
|
|||||||
Reference in New Issue
Block a user