From d26c61996dad06c67d9da8ea622634668d71e8f1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 17:33:57 +0200 Subject: farsight2: 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/farsight2_0.0.22.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb index 5abf1d7d22..a1029b34e3 100644 --- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/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 \ -- cgit 1.2.3-korg