Files
buildroot/package/yad/Config.in
Thomas Petazzoni 5b6b80bfc5 package/yad: drop support for gtk2
As we're about to remove libgtk2, we need to first drop support for
gtk2 in yad. It continues to support gtk3.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[Arnout: simply .mk file: BR2_PACKAGE_LIBGTK3_X11 is always true]
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
2025-09-11 22:34:37 +02:00

12 lines
296 B
Plaintext

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