mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-15 18:55:15 +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"
|
DEPENDS = "glib-2.0 gstreamer"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= ""
|
||||||
|
PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
|
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user