diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-26 16:19:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-05 14:24:05 +0200 |
commit | 0ab869ddcea73c291b14b7a4774cdbbae8de8751 (patch) | |
tree | a4272030da5387e84ffcfb9761b495dd2f4e3d83 /meta-xfce | |
parent | d8859f0f6b8dcecd5357052147aa0f52cf72b110 (diff) | |
download | meta-openembedded-0ab869ddcea73c291b14b7a4774cdbbae8de8751.tar.gz |
thunar: Add PACKAGECONFIG for pcre
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb index fc80dc927..1a92a9ce5 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb | |||
@@ -12,6 +12,9 @@ SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}. | |||
12 | 12 | ||
13 | S = "${WORKDIR}/Thunar-${PV}/" | 13 | S = "${WORKDIR}/Thunar-${PV}/" |
14 | 14 | ||
15 | PACKAGECONFIG ??= "" | ||
16 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" | ||
17 | |||
15 | FILES_${PN} += "${libdir}/thunarx-2/* \ | 18 | FILES_${PN} += "${libdir}/thunarx-2/* \ |
16 | ${libdir}/xfce4/panel/plugins/* \ | 19 | ${libdir}/xfce4/panel/plugins/* \ |
17 | ${libdir}/Thunar/[Tt]hunar* \ | 20 | ${libdir}/Thunar/[Tt]hunar* \ |