From 79c6515ab68ccac7dfaa1bca689dd3a55a501512 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 17:20:24 +0200 Subject: libnice: add PACKAGECONFIG for gupnp * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic Signed-off-by: Martin Jansa --- meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 3 +++ 1 file changed, 3 insertions(+) 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 94ec9a2128..3205aaf357 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" -- cgit 1.2.3-korg