package/weston: restore the freerdp backend
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 6 Sep 2015 19:54:19 +0000 (21:54 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 2 Oct 2015 20:24:36 +0000 (22:24 +0200)
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>
package/weston/Config.in

index f530e22bf663e7a0a3c9bd9994a4aa03e7b0c921..3fd798121a7e7a4602b19d127a6a0fed3334d1e6 100644 (file)
@@ -41,13 +41,11 @@ config BR2_PACKAGE_WESTON_HAS_COMPOSITOR
 config BR2_PACKAGE_WESTON_FBDEV
        bool "fbdev compositor"
 
-# RDP backend needs FreeRDP master, while we only have stable-1.1
-comment "RDP backend is broken"
-
+# FreeRDP needs threads and !static, already the case for weston
 config BR2_PACKAGE_WESTON_RDP
        bool "RDP compositor"
-       depends on BROKEN # needs FreeRDP master
        depends on BR2_USE_WCHAR # freerdp
+       depends on BR2_USE_MMU # freerdp, libglib2
        select BR2_PACKAGE_FREERDP
        select BR2_PACKAGE_WESTON_HAS_COMPOSITOR
        help