board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / vdr / Config.in
blobd283b462b14481c291f5fe1ebc7ee6d1d1c5f1ae
1 config BR2_PACKAGE_VDR
2         bool "vdr"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on !BR2_STATIC_LIBS
5         depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
6         depends on !BR2_TOOLCHAIN_USES_MUSL # _nl_msg_cat_cntr
7         depends on BR2_USE_MMU # fork()
8         depends on BR2_USE_WCHAR
9         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
10         select BR2_PACKAGE_FONTCONFIG
11         select BR2_PACKAGE_FREETYPE
12         select BR2_PACKAGE_JPEG
13         select BR2_PACKAGE_LIBCAP
14         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
15         help
16           This project describes how to build your own digital
17           satellite receiver and Video Disk Recorder.
19           http://www.tvdr.de
21 comment "vdr needs a glibc or uClibc toolchain w/ C++, dynamic library, NPTL, wchar"
22         depends on BR2_USE_MMU
23         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
24                 !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \
25                 BR2_TOOLCHAIN_USES_MUSL || !BR2_USE_WCHAR