diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-13 02:04:20 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:44:33 +0100 |
commit | 7b62fe8eae0263dd2d1fde748eb514e3ff97cbd8 (patch) | |
tree | 06b157552bd54b55ff9bcca658055fee88be3048 /meta-xfce/recipes-apps | |
parent | f501f7a26f69585195f5bf413838ad23448e0d20 (diff) | |
download | meta-openembedded-7b62fe8eae0263dd2d1fde748eb514e3ff97cbd8.tar.gz |
xfce4-notifyd: add dbus-glib-native to DEPENDS
Fixed:
configure:16468: checking for dbus-binding-tool
configure:16501: result: no
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb index 6310a1793..9602ac8be 100644 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.4.bb | |||
@@ -2,7 +2,9 @@ SUMMARY = "Easily themable notification daemon with transparency effects" | |||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd" | 2 | HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib libnotify" | 5 | DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib libnotify \ |
6 | dbus-glib-native \ | ||
7 | " | ||
6 | 8 | ||
7 | inherit xfce-app | 9 | inherit xfce-app |
8 | 10 | ||