board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / libnice / Config.in
blob1d7c3410e049f456639903fd4599501011a7a9ee
1 config BR2_PACKAGE_LIBNICE
2         bool "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()
7         help
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
11           5389).
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