diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-07-16 10:12:31 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-16 09:11:02 -0700 |
commit | 599d676260d09ce3bfc06ad240bf7245ce05b032 (patch) | |
tree | 760f5032c5cded27be6f102023c0edb1e726115b /meta-xfce/recipes-panel-plugins | |
parent | d0d1ef19eec3b7c25a121942a2ee753da817dc40 (diff) | |
download | meta-openembedded-599d676260d09ce3bfc06ad240bf7245ce05b032.tar.gz |
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@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 b42370764..63da1e09e 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 | |||
6 | 6 | ||
7 | REQUIRED_DISTRO_FEATURES = "pulseaudio x11" | 7 | REQUIRED_DISTRO_FEATURES = "pulseaudio x11" |
8 | 8 | ||
9 | DEPENDS += "pulseaudio" | 9 | DEPENDS += "dbus-glib pulseaudio" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "7df7280c19c2c8b8c5bc4f4f2136d1dd" | 11 | SRC_URI[md5sum] = "7df7280c19c2c8b8c5bc4f4f2136d1dd" |
12 | SRC_URI[sha256sum] = "6ca88314dbac3e24c0e1bfc593fad6edb66319766be62e8256c81b0314f049f0" | 12 | SRC_URI[sha256sum] = "6ca88314dbac3e24c0e1bfc593fad6edb66319766be62e8256c81b0314f049f0" |