[oe-commits] Martin Jansa : libnice: add PACKAGECONFIG for gupnp

git at git.openembedded.org git at git.openembedded.org
Tue Jul 30 09:07:44 UTC 2013


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 17:20:24 2013 +0200

libnice: add PACKAGECONFIG for gupnp

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

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

---

 meta-oe/recipes-support/farsight/libnice_0.0.13.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
index 94ec9a2..3205aaf 100644
--- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
+++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
@@ -13,6 +13,9 @@ PR = "r4"
 
 DEPENDS = "glib-2.0 gstreamer"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd"
+
 inherit autotools
 
 FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"



More information about the Openembedded-commits mailing list