diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-18 17:55:20 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:27:28 +0100 |
commit | 4aae4b8f83cecbd3fb66f56e21c5c87d3e28c952 (patch) | |
tree | c7785570016b3fe2977ae5fad54a93db13bfd9cb /meta-xfce | |
parent | da8e151e02e269c2dea9306288fdd90e4d0cd62a (diff) | |
download | meta-openembedded-4aae4b8f83cecbd3fb66f56e21c5c87d3e28c952.tar.gz |
xfce4-clipman-plugin: Add PACKAGECONFIG for qrencode
* fixes:
WARN: xfce4-clipman-plugin: xfce4-clipman-plugin rdepends on qrencode, but it isn't a build dependency?
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.6.bb b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.6.bb index aee4a3dc2..a07f3ccc3 100644 --- a/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.6.bb +++ b/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.2.6.bb | |||
@@ -13,5 +13,6 @@ SRC_URI[sha256sum] = "23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c625038619 | |||
13 | 13 | ||
14 | PACKAGECONFIG ??= "" | 14 | PACKAGECONFIG ??= "" |
15 | PACKAGECONFIG[unique] = "--enable-unique,--disable-unique,libunique" | 15 | PACKAGECONFIG[unique] = "--enable-unique,--disable-unique,libunique" |
16 | PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode" | ||
16 | 17 | ||
17 | FILES_${PN} += "${datadir}/appdata" | 18 | FILES_${PN} += "${datadir}/appdata" |