mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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>
12 lines
296 B
Plaintext
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
|