[oe-commits] [meta-openembedded] 16/19: xfce4-pulseaudio-plugin: add dependency dbus-glib

git at git.openembedded.org git at git.openembedded.org
Tue Jul 16 16:11:32 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 599d676260d09ce3bfc06ad240bf7245ce05b032
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Tue Jul 16 10:12:31 2019 -0400

    xfce4-pulseaudio-plugin: add dependency dbus-glib
    
    Xfce core modules have ported to gdbus. But xfce4-pulseaudio-plugin
    stills needs dbus-glib. Add dbus-glib to DEPENDS.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.1.bb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.1.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.1.bb
index b423707..63da1e0 100644
--- a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.1.bb
+++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.1.bb
@@ -6,7 +6,7 @@ inherit xfce-panel-plugin distro_features_check
 
 REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
 
-DEPENDS += "pulseaudio"
+DEPENDS += "dbus-glib pulseaudio"
 
 SRC_URI[md5sum] = "7df7280c19c2c8b8c5bc4f4f2136d1dd"
 SRC_URI[sha256sum] = "6ca88314dbac3e24c0e1bfc593fad6edb66319766be62e8256c81b0314f049f0"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list