1 config BR2_PACKAGE_LIBNICE
3 select BR2_PACKAGE_LIBGLIB2
4 depends on BR2_USE_WCHAR # libglib2
5 depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
6 depends on BR2_USE_MMU # fork()
8 Libnice is an implementation of the IETF's Interactive
9 Connectivity Establishment (ICE) standard (RFC 5245) and the
10 Session Traversal Utilities for NAT (STUN) standard (RFC
13 It provides a GLib-based library, libnice and a Glib-free
14 library, libstun as well as GStreamer elements.
16 http://nice.freedesktop.org/wiki/
18 comment "libnice needs a toolchain w/ wchar, threads"
19 depends on BR2_USE_MMU
20 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS