libgtk3: mark wayland support as broken
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 20 Nov 2015 16:00:50 +0000 (13:00 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 25 Nov 2015 22:25:42 +0000 (23:25 +0100)
As discussed on the list it requires a matching XDG runtime API level
which is currently not the case (wayland/weston newer than libgtk3 at
the moment). It doesn't normall exhibit build failures, but it fails at
runtime regardless.

Also fixes:
http://autobuild.buildroot.net/results/aae/aae4266c16189b295cc7ceb60000c504ebb60752/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libgtk3/Config.in

index cdc3b2db07f7f6595a77bd97944595beb34b4d7f..02c7aaf0c74c17028ca6d3d4cd335f3d70385d0b 100644 (file)
@@ -40,6 +40,8 @@ config BR2_PACKAGE_LIBGTK3_X11
 config BR2_PACKAGE_LIBGTK3_WAYLAND
        bool "GDK Wayland backend"
        default y
+       # Needs a libgtk3 bump to match API level
+       depends on BROKEN
        depends on BR2_PACKAGE_WAYLAND
        select BR2_PACKAGE_LIBXKBCOMMON
        help