diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-24 06:44:13 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-24 06:44:13 +0000 |
commit | fd80603320c89abfe5a48fa6f54bdfcfe93b7d90 (patch) | |
tree | 1394813a109429eea5bf83e743340ee41f2007d7 /package/libsexy/Config.in | |
parent | 085163341a8ce7a0d79411c3f8bf4879de048269 (diff) |
libsexy: unbreak build
libsexy doesn't depend on libX11, but it does need libxml2.
Diffstat (limited to 'package/libsexy/Config.in')
-rw-r--r-- | package/libsexy/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libsexy/Config.in b/package/libsexy/Config.in index 5e7acd2ac..653c34b35 100644 --- a/package/libsexy/Config.in +++ b/package/libsexy/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBSEXY bool "libsexy" depends on BR2_PACKAGE_LIBGTK2 + select BR2_PACKAGE_LIBXML2 help libsexy is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and @@ -8,3 +9,4 @@ config BR2_PACKAGE_LIBSEXY limitations of the widgets. http://www.chipx86.com/wiki/Libsexy + |