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 <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
e0807e5dce
commit
9b17d82850
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user