libnice: add PACKAGECONFIG for gupnp

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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-07-21 17:20:24 +02:00 committed by Eric Bénard
parent d56886af4c
commit 79c6515ab6

View File

@ -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"