aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-26 16:19:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-10-05 14:24:05 +0200
commit0ab869ddcea73c291b14b7a4774cdbbae8de8751 (patch)
treea4272030da5387e84ffcfb9761b495dd2f4e3d83
parentd8859f0f6b8dcecd5357052147aa0f52cf72b110 (diff)
downloadmeta-openembedded-0ab869ddcea73c291b14b7a4774cdbbae8de8751.tar.gz
thunar: Add PACKAGECONFIG for pcre
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/thunar/thunar_1.6.3.bb3
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 fc80dc9277..1a92a9ce56 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}.
S = "${WORKDIR}/Thunar-${PV}/"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre"
+
FILES_${PN} += "${libdir}/thunarx-2/* \
${libdir}/xfce4/panel/plugins/* \
${libdir}/Thunar/[Tt]hunar* \