]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/gupnp-dlna/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / gupnp-dlna / Config.in
1 config BR2_PACKAGE_GUPNP_DLNA
2         bool "gupnp-dlna"
3         depends on BR2_USE_WCHAR # glib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5         depends on BR2_USE_MMU # glib2
6         select BR2_PACKAGE_LIBGLIB2
7         select BR2_PACKAGE_LIBXML2
8         help
9           GUPnP DLNA is a small utility library that aims to ease the
10           DLNA-related tasks such as media profile guessing, transcoding
11           to a given profile, etc.
12
13           http://www.gupnp.org/
14
15 comment "gupnp-dlna needs a toolchain w/ wchar, threads"
16         depends on BR2_USE_MMU
17         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS