2015-10-30 16:39:27 +01:00
|
|
|
config BR2_PACKAGE_YAD
|
|
|
|
bool "yad"
|
|
|
|
depends on BR2_PACKAGE_XORG7
|
2016-02-03 14:01:55 +01:00
|
|
|
depends on BR2_PACKAGE_LIBGTK2 || BR2_PACKAGE_LIBGTK3_X11
|
2015-10-30 16:39:27 +01:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
YAD (yet another dialog) is a tool for create graphical
|
|
|
|
dialogs from shell scripts.
|
2015-10-30 16:39:27 +01:00
|
|
|
|
|
|
|
http://sourceforge.net/projects/yad-dialog/
|
|
|
|
|
2016-02-03 14:01:55 +01:00
|
|
|
comment "yad needs libgtk2 or libgtk3 w/ X11 backend"
|
2015-10-30 16:39:27 +01:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2016-02-03 14:01:55 +01:00
|
|
|
depends on !BR2_PACKAGE_LIBGTK2 && !BR2_PACKAGE_LIBGTK3_X11
|