From: Gustavo Zacarias Date: Mon, 5 Sep 2016 21:16:52 +0000 (-0300) Subject: libgtk3: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e03cb2eb2edf73b79156e8f54c80d04dc0846e89;p=buildroot.git libgtk3: fix typo It's wayland, not waylandd, hence gtk3+ with the wayland backend went completely poof. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/libgtk3/Config.in b/package/libgtk3/Config.in index 2dd6dfacd1..738f865099 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