diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-12 23:23:34 -0800 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2017-02-13 02:01:38 -0800 |
commit | 85e0a3d4abc4c1866a1081f57da4a1a584e5911c (patch) | |
tree | 12dbaf2acc899130d9cfe6bf022dd639d2cda842 | |
parent | 4f72efd3af1a9cee95eb56b86e91571da22d7b0f (diff) | |
download | meta-openembedded-contrib-85e0a3d4abc4c1866a1081f57da4a1a584e5911c.zip meta-openembedded-contrib-85e0a3d4abc4c1866a1081f57da4a1a584e5911c.tar.gz meta-openembedded-contrib-85e0a3d4abc4c1866a1081f57da4a1a584e5911c.tar.bz2 |
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>
-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 6310a17..9602ac8 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 |