From: Gustavo Zacarias Date: Sun, 29 Nov 2015 11:39:50 +0000 (-0300) Subject: yad: needs gtk3-x11 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b17d8285096087bff8543d79e8a2b6ea0810192;p=buildroot.git yad: needs gtk3-x11 Doesn't build with broadway or wayland since it wants the X-variant of gdk. Fixes: http://autobuild.buildroot.net/results/91d/91dc6ab749f967ae046f856f3f592d5a548499c6/ Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/yad/yad.mk b/package/yad/yad.mk index 9d7ab370c8..fc25267d6d 100644 --- a/package/yad/yad.mk +++ b/package/yad/yad.mk @@ -13,7 +13,7 @@ YAD_DEPENDENCIES = host-intltool host-pkgconf YAD_CONF_OPTS = --enable-html=no -ifeq ($(BR2_PACKAGE_LIBGTK3),y) +ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y) YAD_DEPENDENCIES += libgtk3 YAD_CONF_OPTS += --with-gtk=gtk3 else