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

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:28 UTC 2013


Module: meta-openembedded.git
Branch: dylan
Commit: 79c6515ab68ccac7dfaa1bca689dd3a55a501512
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=79c6515ab68ccac7dfaa1bca689dd3a55a501512

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