aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-02-13 02:04:20 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 18:44:33 +0100
commit7b62fe8eae0263dd2d1fde748eb514e3ff97cbd8 (patch)
tree06b157552bd54b55ff9bcca658055fee88be3048 /meta-xfce/recipes-apps
parentf501f7a26f69585195f5bf413838ad23448e0d20 (diff)
downloadmeta-openembedded-contrib-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.bb4
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 6310a17937..9602ac8be4 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"
HOMEPAGE = "http://goodies.xfce.org/projects/applications/xfce4-notifyd"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib libnotify"
+DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib libnotify \
+ dbus-glib-native \
+"
inherit xfce-app