summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb')
-rw-r--r--meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
index 0ec6b63045..a39396fa98 100644
--- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
+++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
@@ -15,9 +15,14 @@ DEPENDS = " \
15 15
16inherit xfce-app 16inherit xfce-app
17 17
18SRC_URI += "file://0001-Add-a-configure-option-to-start-daemon-by-autostart-.patch"
18SRC_URI[md5sum] = "c2de09c30b06eaf2d3faaf3e509d656a" 19SRC_URI[md5sum] = "c2de09c30b06eaf2d3faaf3e509d656a"
19SRC_URI[sha256sum] = "2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9" 20SRC_URI[sha256sum] = "2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9"
20 21
22# Avoid trouble with other desktops e.g KDE which also ships dbus service named
23# org.freedesktop.Notifications
24EXTRA_OECONF = "--disable-dbus-start-daemon"
25
21do_compile_prepend() { 26do_compile_prepend() {
22 mkdir -p xfce4-notifyd 27 mkdir -p xfce4-notifyd
23} 28}