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>
This commit is contained in:
Ash Charles
2014-06-10 09:46:49 -07:00
committed by Martin Jansa
parent 2d80699e8a
commit 60971c1a5a
@@ -7,6 +7,10 @@ DEPENDS = "libxfce4util libxfce4ui xfconf gtk+ dbus dbus-glib"
inherit xfce-app inherit xfce-app
do_compile_prepend() {
mkdir -p xfce4-notifyd
}
FILES_${PN} += " \ FILES_${PN} += " \
${libdir}/xfce4/notifyd \ ${libdir}/xfce4/notifyd \
${datadir}/themes \ ${datadir}/themes \