1config BR2_PACKAGE_RDESKTOP 2 bool "rdesktop" 3 depends on BR2_USE_MMU # fork() 4 depends on !BR2_STATIC_LIBS # gnutls 5 depends on BR2_USE_WCHAR # gnutls 6 depends on BR2_PACKAGE_XORG7 7 select BR2_PACKAGE_GNUTLS 8 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE 9 select BR2_PACKAGE_LIBTASN1 10 select BR2_PACKAGE_NETTLE 11 select BR2_PACKAGE_XLIB_LIBX11 12 select BR2_PACKAGE_XLIB_LIBXCURSOR 13 select BR2_PACKAGE_XLIB_LIBXT 14 help 15 rdesktop is an open source client for Windows NT Terminal 16 Server and Windows 2000/2003 Terminal Services, capable of 17 natively speaking Remote Desktop Protocol (RDP) in order to 18 present the user's NT desktop. 19 20 http://rdesktop.sf.net/ 21 22comment "rdesktop needs a toolchain w/ wchar, dynamic library" 23 depends on BR2_USE_MMU 24 depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS 25