From: Martin Jansa Date: Sun, 21 Jul 2013 15:33:57 +0000 (+0200) Subject: farsight2: add PACKAGECONFIG for gupnp X-Git-Tag: rev_ivi_2015_02_04~2956 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=99171382c60f01d169b2ad7ce239ae839e29e85d;p=scm%2Fbb%2Ftizen-distro.git farsight2: add PACKAGECONFIG for gupnp * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From meta-openembedded rev: e44529394bb0744fb1ef2c6b4eee34b0bd1b54c1) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-openembedded/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb index 5abf1d7..a1029b3 100644 --- a/meta-openembedded/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/meta-openembedded/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb @@ -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 \