[oe-commits] Martin Jansa : thunar: Add PACKAGECONFIG for pcre

git at git.openembedded.org git at git.openembedded.org
Sat Oct 5 12:12:02 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 0ab869ddcea73c291b14b7a4774cdbbae8de8751
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0ab869ddcea73c291b14b7a4774cdbbae8de8751

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Aug 26 16:19:35 2013 +0200

thunar: Add PACKAGECONFIG for pcre

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 fc80dc9..1a92a9c 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* \



More information about the Openembedded-commits mailing list