diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 17:33:57 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2013-08-22 09:51:27 +0200 |
commit | d26c61996dad06c67d9da8ea622634668d71e8f1 (patch) | |
tree | 1b2f7f2814aac5bc0e683c4fcf54ce180d2eb8c9 | |
parent | 79c6515ab68ccac7dfaa1bca689dd3a55a501512 (diff) | |
download | meta-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.bb | 3 |
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 5abf1d7d2..a1029b34e 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 \ |