mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/weston: restore the freerdp backend
Now that we've switched to using FreeRDP from master, we can build weston's FreeRDP backend again. Propagate the new dependencies of FreeRDP. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e84a286762
commit
e58885258e
@ -41,13 +41,11 @@ config BR2_PACKAGE_WESTON_HAS_COMPOSITOR
|
|||||||
config BR2_PACKAGE_WESTON_FBDEV
|
config BR2_PACKAGE_WESTON_FBDEV
|
||||||
bool "fbdev compositor"
|
bool "fbdev compositor"
|
||||||
|
|
||||||
# RDP backend needs FreeRDP master, while we only have stable-1.1
|
# FreeRDP needs threads and !static, already the case for weston
|
||||||
comment "RDP backend is broken"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_WESTON_RDP
|
config BR2_PACKAGE_WESTON_RDP
|
||||||
bool "RDP compositor"
|
bool "RDP compositor"
|
||||||
depends on BROKEN # needs FreeRDP master
|
|
||||||
depends on BR2_USE_WCHAR # freerdp
|
depends on BR2_USE_WCHAR # freerdp
|
||||||
|
depends on BR2_USE_MMU # freerdp, libglib2
|
||||||
select BR2_PACKAGE_FREERDP
|
select BR2_PACKAGE_FREERDP
|
||||||
select BR2_PACKAGE_WESTON_HAS_COMPOSITOR
|
select BR2_PACKAGE_WESTON_HAS_COMPOSITOR
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user