diff options
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 | ||