f7d655095689ed9f86753c0498c1f7220f173eb3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / freerdp / Config.in
1 config BR2_PACKAGE_FREERDP
2         bool "freerdp"
3         depends on BR2_USE_WCHAR
4         depends on !BR2_STATIC_LIBS # uses dlfcn.h
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         select BR2_PACKAGE_OPENSSL
7         select BR2_PACKAGE_ZLIB
8         select BR2_PACKAGE_GST_PLUGINS_BASE if BR2_PACKAGE_GSTREAMER
9         select BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_APP if BR2_PACKAGE_GSTREAMER
10         help
11           FreeRDP is a free implementation of the Remote Desktop
12           Protocol (RDP), released under the Apache license
13
14           This only installs the freerdp library.
15
16           http://www.freerdp.com/
17
18           Note: this also installs a key and certificate in
19           /etc/freerdp/keys/ . These are publicly-known, as they
20           are present in FreeRDP's source tree. It is strongly
21           suggested that you overwrite them with your own set,
22           either in an overlay rootfs or in a post-build script.
23
24 if BR2_PACKAGE_FREERDP
25
26 config BR2_PACKAGE_FREERDP_SERVER
27         bool "build server"
28         depends on BR2_PACKAGE_XORG7
29         select BR2_PACKAGE_XLIB_LIBX11
30         select BR2_PACKAGE_XLIB_LIBXDAMAGE
31         select BR2_PACKAGE_XLIB_LIBXEXT
32         select BR2_PACKAGE_XLIB_LIBXFIXES
33
34 config BR2_PACKAGE_FREERDP_CLIENT
35         bool "build client"
36         default y
37         depends on BR2_PACKAGE_XORG7
38         select BR2_PACKAGE_XLIB_LIBX11
39         select BR2_PACKAGE_XLIB_LIBXEXT
40
41 comment "freerdp server and client need X.Org"
42         depends on !BR2_PACKAGE_XORG7
43
44 endif
45
46 comment "freerdp needs a toolchain w/ wchar, dynamic library, threads"
47         depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
48                 || !BR2_TOOLCHAIN_HAS_THREADS