mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libnice: 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:
parent
d56886af4c
commit
79c6515ab6
|
|
@ -13,6 +13,9 @@ PR = "r4"
|
|||
|
||||
DEPENDS = "glib-2.0 gstreamer"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd"
|
||||
|
||||
inherit autotools
|
||||
|
||||
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user