diff options
Diffstat (limited to 'package/rdesktop/Config.in')
-rw-r--r-- | package/rdesktop/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/rdesktop/Config.in b/package/rdesktop/Config.in new file mode 100644 index 000000000..c0af3bfa0 --- /dev/null +++ b/package/rdesktop/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_RDESKTOP + bool "rdesktop" + select BR2_PACKAGE_XORG + select BR2_PACKAGE_OPENSSL + default n + help + rdesktop is an open source client for Windows NT Terminal + Server and Windows 2000/2003 Terminal Services, capable of + natively speaking Remote Desktop Protocol (RDP) in order to + present the user's NT desktop. + + http://rdesktop.sf.net/ |