projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f71646
)
Revert r24982 (Disable libsexy (with comment) if X is not available)
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 24 Jan 2009 06:44:04 +0000
(06:44 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 24 Jan 2009 06:44:04 +0000
(06:44 -0000)
It's wrong, libsexy doesn't depend on an X server.
package/libsexy/Config.in
patch
|
blob
|
history
diff --git
a/package/libsexy/Config.in
b/package/libsexy/Config.in
index a50df166e925c7595b231eff27471519159ca79b..5e7acd2acc548ce47e781a9c9dfd8da270ad5aa0 100644
(file)
--- 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
-