diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-06-10 09:36:41 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-13 13:38:11 +0200 |
commit | 2d80699e8a2685b7b1b17c8326f597a87d7dd714 (patch) | |
tree | aa7b26346aaee0ecc37de3a833428e0708f70c4f /meta-xfce | |
parent | 18bc5eb55cf73cf760d1efd98dfe4e75399cd5bc (diff) | |
download | meta-openembedded-2d80699e8a2685b7b1b17c8326f597a87d7dd714.tar.gz |
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>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb index 4cda352a81..0e2e327f03 100644 --- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.8.1.bb | |||
@@ -11,5 +11,9 @@ SRC_URI += "file://0001-Fix-panel-plugin-build.patch" | |||
11 | SRC_URI[md5sum] = "d0ffea2052a8e70154cf13789070711f" | 11 | SRC_URI[md5sum] = "d0ffea2052a8e70154cf13789070711f" |
12 | SRC_URI[sha256sum] = "40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492" | 12 | SRC_URI[sha256sum] = "40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492" |
13 | 13 | ||
14 | do_compile_prepend() { | ||
15 | mkdir -p lib | ||
16 | } | ||
17 | |||
14 | FILES_${PN} += "${datadir}/xfce4/panel/plugins \ | 18 | FILES_${PN} += "${datadir}/xfce4/panel/plugins \ |
15 | ${libdir}/xfce4/panel/plugins" | 19 | ${libdir}/xfce4/panel/plugins" |