mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
freerdp: add missing BR2_TOOLCHAIN_HAS_SYNC_4 dependency
Fixes: http://autobuild.buildroot.org/results/0501e63cbebe4cda4012ace6f7ec5f43342be5c5/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
bad657ddfc
commit
3dac773f11
@ -8,6 +8,7 @@ config BR2_PACKAGE_FREERDP
|
|||||||
depends on !BR2_STATIC_LIBS # uses dlfcn.h
|
depends on !BR2_STATIC_LIBS # uses dlfcn.h
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU # libglib2
|
depends on BR2_USE_MMU # libglib2
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
@ -84,5 +85,6 @@ config BR2_PACKAGE_FREERDP_CLIENT_WL
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
comment "freerdp needs a toolchain w/ wchar, dynamic library, threads, C++"
|
comment "freerdp needs a toolchain w/ wchar, dynamic library, threads, C++"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|
||||||
|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -44,6 +44,7 @@ config BR2_PACKAGE_WESTON_RDP
|
|||||||
bool "RDP compositor"
|
bool "RDP compositor"
|
||||||
depends on BR2_USE_WCHAR # freerdp
|
depends on BR2_USE_WCHAR # freerdp
|
||||||
depends on BR2_USE_MMU # freerdp, libglib2
|
depends on BR2_USE_MMU # freerdp, libglib2
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
select BR2_PACKAGE_FREERDP
|
select BR2_PACKAGE_FREERDP
|
||||||
select BR2_PACKAGE_WESTON_HAS_COMPOSITOR
|
select BR2_PACKAGE_WESTON_HAS_COMPOSITOR
|
||||||
help
|
help
|
||||||
@ -61,6 +62,7 @@ config BR2_PACKAGE_WESTON_RDP
|
|||||||
|
|
||||||
comment "RDP compositor needs a toolchain w/ wchar"
|
comment "RDP compositor needs a toolchain w/ wchar"
|
||||||
depends on BROKEN # needs FreeRDP master
|
depends on BROKEN # needs FreeRDP master
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
# rpi-userland is an EGL/GLES provider, so we can't select it
|
# rpi-userland is an EGL/GLES provider, so we can't select it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user