diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-02-21 23:36:19 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-22 10:48:34 +0100 |
commit | 53ba93a473b77b208743446c0b85843ef10ef009 (patch) | |
tree | a9d793a5d6d858d0fe93624fd570e019b3914997 /package/freerdp/Config.in | |
parent | 93c6c95198aad0fb50fee6cb2b9d2155355c2a7f (diff) | |
download | buildroot-53ba93a473b77b208743446c0b85843ef10ef009.tar.gz buildroot-53ba93a473b77b208743446c0b85843ef10ef009.zip |
package/freerdp: do not forcibly depend on X.Org
It is possible to build the libfreerdp standalone, without X.Org.
Having a libfreerdp will be usefull for the weston RDP compositor.
So, only select the strictly required X.Org library if X.Org is enabled,
and only build with Xcursor if it is enabled. Drop dependency on other
X.Org libraries, as they are not strictly required (or get pulled as
dependencies of the mandatory libXext).
Re-order the menuconfig, as freerdp is no longer an X-only application.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/freerdp/Config.in')
-rw-r--r-- | package/freerdp/Config.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/freerdp/Config.in b/package/freerdp/Config.in index c5ff769025..09efbc0895 100644 --- a/package/freerdp/Config.in +++ b/package/freerdp/Config.in @@ -1,12 +1,8 @@ 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 + select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7 help FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license |