d9f72abf4b
[Peter: fix help, required and optional dependencies] Signed-off-by: Julian Lunz <git@jlunz.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
403 B
Plaintext
15 lines
403 B
Plaintext
config BR2_PACKAGE_FREERDP
|
|
bool "freerdp"
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
select BR2_PACKAGE_XLIB_LIBXT
|
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
|
select BR2_PACKAGE_XLIB_LIBXCURSOR
|
|
select BR2_PACKAGE_ZLIB
|
|
depends on BR2_PACKAGE_XORG7
|
|
help
|
|
FreeRDP is a free implementation of the Remote Desktop
|
|
Protocol (RDP), released under the Apache license
|
|
|
|
http://www.freerdp.com/
|