Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions package/yad/Config.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
config BR2_PACKAGE_YAD
bool "yad"
depends on BR2_PACKAGE_LIBGTK3_X11
help
YAD (yet another dialog) is a tool for create graphical
dialogs from shell scripts.

http://sourceforge.net/projects/yad-dialog/

comment "yad needs libgtk3 w/ X11 backend"
depends on !BR2_PACKAGE_LIBGTK3_X11
2 changes: 1 addition & 1 deletion package/yad/yad.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ YAD_SOURCE = yad-$(YAD_VERSION).tar.xz
YAD_SITE = https://github.com/v1cont/yad/releases/download/v$(YAD_VERSION)
YAD_LICENSE = GPL-3.0
YAD_LICENSE_FILES = COPYING
YAD_DEPENDENCIES = host-intltool host-pkgconf $(TARGET_NLS_DEPENDENCIES)
YAD_DEPENDENCIES = host-intltool host-pkgconf libgtk3 $(TARGET_NLS_DEPENDENCIES)
YAD_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
YAD_CONF_OPTS = --enable-html=no

Expand Down