|
@@ -2,6 +2,7 @@ config BR2_PACKAGE_FREERDP
|
|
|
bool "freerdp"
|
|
|
depends on BR2_USE_WCHAR
|
|
|
depends on !BR2_STATIC_LIBS # uses dlfcn.h
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
help
|
|
@@ -40,5 +41,6 @@ comment "freerdp server and client need X.Org"
|
|
|
|
|
|
endif
|
|
|
|
|
|
-comment "freerdp needs a toolchain w/ wchar, dynamic library"
|
|
|
- depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
|
|
|
+comment "freerdp needs a toolchain w/ wchar, dynamic library, threads"
|
|
|
+ depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|
|
|
+ || !BR2_TOOLCHAIN_HAS_THREADS
|