From fd80603320c89abfe5a48fa6f54bdfcfe93b7d90 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 24 Jan 2009 06:44:13 +0000 Subject: libsexy: unbreak build libsexy doesn't depend on libX11, but it does need libxml2. --- package/libsexy/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/libsexy/Config.in') 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 + -- cgit v1.2.3