summaryrefslogtreecommitdiffstats
path: root/package/libsexy
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-23 17:48:49 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-23 17:48:49 +0000
commit7a69b7a3f6a797cf8819c533c3aeec328bf1775d (patch)
treecc61374c5160a1b390d49024198eb6bf03afda52 /package/libsexy
parent89aa4113eed815098503f6da885b45b7dd015f55 (diff)
downloadbuildroot-novena-7a69b7a3f6a797cf8819c533c3aeec328bf1775d.tar.gz
buildroot-novena-7a69b7a3f6a797cf8819c533c3aeec328bf1775d.zip
Disable libsexy (with comment) if X is not available
Diffstat (limited to 'package/libsexy')
-rw-r--r--package/libsexy/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/libsexy/Config.in b/package/libsexy/Config.in
index 5e7acd2ac..a50df166e 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
+ 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
@@ -8,3 +9,7 @@ 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
+