aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAsh Charles <ashcharles@gmail.com>2014-06-10 09:46:49 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-13 13:38:12 +0200
commit60971c1a5af43dabf62dcecd01d382e8563ddd4e (patch)
tree8c809dcd64ba60289027781dd19381bb2f1b0416 /meta-xfce
parent2d80699e8a2685b7b1b17c8326f597a87d7dd714 (diff)
downloadmeta-openembedded-contrib-60971c1a5af43dabf62dcecd01d382e8563ddd4e.tar.gz
xfce4-notifyd: Ensure xfce4-notifyd subdirectory exists
The notify-dbus.h file is autogenerated during compilation into the xfce4-notifyd subdirectory. This directory doesn't exist in an out-of-tree build so we add one manually. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb4
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 08af66dd6f..eb554ce0a9 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"
inherit xfce-app
+do_compile_prepend() {
+ mkdir -p xfce4-notifyd
+}
+
FILES_${PN} += " \
${libdir}/xfce4/notifyd \
${datadir}/themes \