summaryrefslogtreecommitdiffstats
path: root/package/libsexy
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-24 06:44:04 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-24 06:44:04 +0000
commit085163341a8ce7a0d79411c3f8bf4879de048269 (patch)
treea5971b368682c704de0d470d0c86c77d24010f28 /package/libsexy
parent9f71646cf1945f4c5668af672b4f24ab6de9fc59 (diff)
downloadbuildroot-novena-085163341a8ce7a0d79411c3f8bf4879de048269.tar.gz
buildroot-novena-085163341a8ce7a0d79411c3f8bf4879de048269.zip
Revert r24982 (Disable libsexy (with comment) if X is not available)
It's wrong, libsexy doesn't depend on an X server.
Diffstat (limited to 'package/libsexy')
-rw-r--r--package/libsexy/Config.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/libsexy/Config.in b/package/libsexy/Config.in
index a50df166e..5e7acd2ac 100644
--- a/package/libsexy/Config.in
+++ b/package/libsexy/Config.in
@@ -1,7 +1,6 @@
config BR2_PACKAGE_LIBSEXY
bool "libsexy"
depends on BR2_PACKAGE_LIBGTK2
- depends on !BR2_PACKAGE_XSERVER_none
help
libsexy is a collection of GTK+ widgets that extend the
functionality of such standard widgets as GtkEntry and
@@ -9,7 +8,3 @@ config BR2_PACKAGE_LIBSEXY
limitations of the widgets.
http://www.chipx86.com/wiki/Libsexy
-
-comment "libsexy - disabled (requires X-Windows)"
- depends on BR2_PACKAGE_XSERVER_none
-