diff options
-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" |