diff options
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb index 54e702eede..15ec51b2b8 100644 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.2.bb | |||
@@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "f6f28af47fdfb41db84bd003f0d76f5f4abf2137d1e27e9d378f063bb8 | |||
23 | EXTRA_OECONF = "--disable-dbus-start-daemon" | 23 | EXTRA_OECONF = "--disable-dbus-start-daemon" |
24 | 24 | ||
25 | do_compile_prepend() { | 25 | do_compile_prepend() { |
26 | mkdir -p xfce4-notifyd | 26 | mkdir -p xfce4-notifyd xfce4-notifyd-config |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN} += " \ | 29 | FILES_${PN} += " \ |