aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 17:33:57 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:27 +0200
commitd26c61996dad06c67d9da8ea622634668d71e8f1 (patch)
tree1b2f7f2814aac5bc0e683c4fcf54ce180d2eb8c9
parent79c6515ab68ccac7dfaa1bca689dd3a55a501512 (diff)
downloadmeta-openembedded-d26c61996dad06c67d9da8ea622634668d71e8f1.tar.gz
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>
-rw-r--r--meta-oe/recipes-support/farsight/farsight2_0.0.22.bb3
1 files changed, 3 insertions, 0 deletions
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 \