diff options
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-notifyd')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb index 08af66dd6..eb554ce0a 100644 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb | |||
@@ -7,6 +7,10 @@ DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib" | |||
7 | 7 | ||
8 | inherit xfce-app | 8 | inherit xfce-app |
9 | 9 | ||
10 | do_compile_prepend() { | ||
11 | mkdir -p xfce4-notifyd | ||
12 | } | ||
13 | |||
10 | FILES_${PN} += " \ | 14 | FILES_${PN} += " \ |
11 | ${libdir}/xfce4/notifyd \ | 15 | ${libdir}/xfce4/notifyd \ |
12 | ${datadir}/themes \ | 16 | ${datadir}/themes \ |