|
@@ -53,9 +53,10 @@ config BR2_PACKAGE_WESTON_FBDEV
|
|
# FreeRDP needs threads and !static, already the case for weston
|
|
# FreeRDP needs threads and !static, already the case for weston
|
|
config BR2_PACKAGE_WESTON_RDP
|
|
config BR2_PACKAGE_WESTON_RDP
|
|
bool "RDP compositor"
|
|
bool "RDP compositor"
|
|
- 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
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
|
+ depends on BR2_USE_WCHAR # freerdp
|
|
|
|
+ depends on BR2_INSTALL_LIBSTDCPP # freerdp
|
|
select BR2_PACKAGE_FREERDP
|
|
select BR2_PACKAGE_FREERDP
|
|
select BR2_PACKAGE_WESTON_HAS_COMPOSITOR
|
|
select BR2_PACKAGE_WESTON_HAS_COMPOSITOR
|
|
help
|
|
help
|
|
@@ -71,10 +72,10 @@ config BR2_PACKAGE_WESTON_RDP
|
|
so you may want to change them in a post-build script or a rootfs
|
|
so you may want to change them in a post-build script or a rootfs
|
|
overlay.
|
|
overlay.
|
|
|
|
|
|
-comment "RDP compositor needs a toolchain w/ wchar"
|
|
|
|
- depends on BROKEN # needs FreeRDP master
|
|
|
|
|
|
+comment "RDP compositor needs a toolchain w/ wchar, C++"
|
|
|
|
+ depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
- depends on !BR2_USE_WCHAR
|
|
|
|
|
|
+ depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
|
# 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
|
|
config BR2_PACKAGE_WESTON_RPI
|
|
config BR2_PACKAGE_WESTON_RPI
|