1config BR2_PACKAGE_LIBSEXY 2 bool "libsexy" 3 depends on BR2_PACKAGE_LIBGTK2 4 select BR2_PACKAGE_LIBXML2 5 help 6 libsexy is a collection of GTK+ widgets that extend the 7 functionality of such standard widgets as GtkEntry and 8 GtkLabel by subclassing them and working around the 9 limitations of the widgets. 10 11 https://blog.chipx86.com/tag/libsexy/ 12