mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
2d80699e8a
commit
60971c1a5a
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user