diff mbox

libgtk3: mark wayland support as broken

Message ID 1448035250-17182-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit f58a5d73abf2ff7b19f788c4776571fb08ffc391
Headers show

Commit Message

Gustavo Zacarias Nov. 20, 2015, 4 p.m. UTC
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>
---
 package/libgtk3/Config.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Nov. 25, 2015, 10:26 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/package/libgtk3/Config.in b/package/libgtk3/Config.in
index cdc3b2d..02c7aaf 100644
--- a/package/libgtk3/Config.in
+++ b/package/libgtk3/Config.in
@@ -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