farsight2: 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:33:57 +02:00 committed by Eric Bénard
parent 79c6515ab6
commit d26c61996d

View File

@ -11,6 +11,9 @@ DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
inherit autotools
PACKAGECONFIG ??= ""
PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd"
EXTRA_OECONF = " \
--disable-debug \
--disable-gtk-doc \