From 60971c1a5af43dabf62dcecd01d382e8563ddd4e Mon Sep 17 00:00:00 2001 From: Ash Charles Date: Tue, 10 Jun 2014 09:46:49 -0700 Subject: 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 Signed-off-by: Martin Jansa --- meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.2.2.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-xfce/recipes-apps') 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 08af66d..eb554ce 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 \ -- cgit v1.1