mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
xfce4-screenshooter: Ensure lib directory exists.
Screenshooter autogenerates screenshooter-marshal.[ch] in lib/ during compilation. The source directory contains a lib/ but this directory doesn't exist in a build directory by default so we add one manually. Really, this should be corrected in the upstream package. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
18bc5eb55c
commit
2d80699e8a
@@ -11,5 +11,9 @@ SRC_URI += "file://0001-Fix-panel-plugin-build.patch"
|
|||||||
SRC_URI[md5sum] = "d0ffea2052a8e70154cf13789070711f"
|
SRC_URI[md5sum] = "d0ffea2052a8e70154cf13789070711f"
|
||||||
SRC_URI[sha256sum] = "40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492"
|
SRC_URI[sha256sum] = "40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492"
|
||||||
|
|
||||||
|
do_compile_prepend() {
|
||||||
|
mkdir -p lib
|
||||||
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/xfce4/panel/plugins \
|
FILES_${PN} += "${datadir}/xfce4/panel/plugins \
|
||||||
${libdir}/xfce4/panel/plugins"
|
${libdir}/xfce4/panel/plugins"
|
||||||
|
|||||||
Reference in New Issue
Block a user