diff options
Diffstat (limited to 'package/libsexy/Config.in')
-rw-r--r-- | package/libsexy/Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/libsexy/Config.in b/package/libsexy/Config.in index 53d3d33cc..5e7acd2ac 100644 --- a/package/libsexy/Config.in +++ b/package/libsexy/Config.in @@ -1,6 +1,10 @@ config BR2_PACKAGE_LIBSEXY bool "libsexy" + depends on BR2_PACKAGE_LIBGTK2 help - libsexy is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and GtkLabel by subclassing them and working around the limitations of the widgets. + libsexy is a collection of GTK+ widgets that extend the + functionality of such standard widgets as GtkEntry and + GtkLabel by subclassing them and working around the + limitations of the widgets. http://www.chipx86.com/wiki/Libsexy |