diff mbox

libgtk3: fix typo

Message ID 1473110212-14012-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias Sept. 5, 2016, 9:16 p.m. UTC
It's wayland, not waylandd, hence gtk3+ with the wayland backend went
completely poof.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libgtk3/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Sept. 5, 2016, 9:36 p.m. UTC | #1
Hello,

On Mon,  5 Sep 2016 18:16:52 -0300, Gustavo Zacarias wrote:
> It's wayland, not waylandd, hence gtk3+ with the wayland backend went
> completely poof.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/libgtk3/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Sept. 6, 2016, 7:15 p.m. UTC | #2
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > It's wayland, not waylandd, hence gtk3+ with the wayland backend went
 > completely poof.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Gaah, I guess this is a candidate for 2016.08.1 :/
Gustavo Zacarias Sept. 6, 2016, 7:44 p.m. UTC | #3
On 06/09/16 16:15, Peter Korsgaard wrote:

>  > It's wayland, not waylandd, hence gtk3+ with the wayland backend went
>  > completely poof.
>
>  > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
>
> Gaah, I guess this is a candidate for 2016.08.1 :/

Hi.
Not really, since this was caused by the libegl-wayland patchset which 
was in -next.
Regards.
Peter Korsgaard Sept. 7, 2016, 5:22 a.m. UTC | #4
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > On 06/09/16 16:15, Peter Korsgaard wrote:
 >> > It's wayland, not waylandd, hence gtk3+ with the wayland backend went
 >> > completely poof.
 >> 
 >> > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 >> 
 >> Gaah, I guess this is a candidate for 2016.08.1 :/

 > Hi.
 > Not really, since this was caused by the libegl-wayland patchset which
 > was in -next.

Ahh yes, true.
diff mbox

Patch

diff --git a/package/libgtk3/Config.in b/package/libgtk3/Config.in
index 2dd6dfa..738f865 100644
--- a/package/libgtk3/Config.in
+++ b/package/libgtk3/Config.in
@@ -29,7 +29,7 @@  config BR2_PACKAGE_LIBGTK3
 	depends on BR2_USE_MMU # glib2
 	depends on BR2_INSTALL_LIBSTDCPP # pango
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
-	depends on BR2_PACKAGE_HAS_LIBEGL_WAYLANDD || \
+	depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND || \
 		BR2_PACKAGE_HAS_LIBGL
 	help
 	  The GTK+ version 3 graphical user interface library