diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-06-10 09:46:49 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-13 13:38:12 +0200 |
commit | 60971c1a5af43dabf62dcecd01d382e8563ddd4e (patch) | |
tree | 8c809dcd64ba60289027781dd19381bb2f1b0416 | |
parent | 2d80699e8a2685b7b1b17c8326f597a87d7dd714 (diff) | |
download | meta-openembedded-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>
-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 \ |