diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:19:15 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:19:15 +0000 |
commit | c00550e8a326528f3cdd53efb891fc56019043c3 (patch) | |
tree | 1dad8c33244b2d9bdf065a5b017f462101bfe3b8 | |
parent | de824a5915a4512b1cadef77d4408eac0a4b8c93 (diff) |
libsexy: fix long help text lines
Make it depend on libgtk2 while we're at it.
-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 |