summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-09-05 18:16:52 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-05 23:36:04 +0200
commite03cb2eb2edf73b79156e8f54c80d04dc0846e89 (patch)
tree4993cb031a80638813773c8903040b058dfd735a
parent1d0ff54c1464444c39c310ef9108794ac4547bb4 (diff)
downloadbuildroot-e03cb2eb2edf73b79156e8f54c80d04dc0846e89.tar.gz
buildroot-e03cb2eb2edf73b79156e8f54c80d04dc0846e89.zip
libgtk3: fix typo
It's wayland, not waylandd, hence gtk3+ with the wayland backend went completely poof. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/libgtk3/Config.in2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud