All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libgtk3: mark wayland support as broken
@ 2015-11-20 16:00 Gustavo Zacarias
  2015-11-25 22:26 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-11-20 16:00 UTC (permalink / raw)
  To: buildroot

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(+)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] libgtk3: mark wayland support as broken
  2015-11-20 16:00 [Buildroot] [PATCH] libgtk3: mark wayland support as broken Gustavo Zacarias
@ 2015-11-25 22:26 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-11-25 22:26 UTC (permalink / raw)
  To: buildroot

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

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-25 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-20 16:00 [Buildroot] [PATCH] libgtk3: mark wayland support as broken Gustavo Zacarias
2015-11-25 22:26 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.