projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b30fa8
)
fix deps so xorg can once again be selected
author
Eric Andersen
<andersen@codepoet.org>
Fri, 17 Nov 2006 23:17:02 +0000
(23:17 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 17 Nov 2006 23:17:02 +0000
(23:17 -0000)
package/xorg/Config.in
patch
|
blob
|
history
diff --git
a/package/xorg/Config.in
b/package/xorg/Config.in
index 87ec6be513f0325e8eff47dd5ea6b6ffd4428f94..c334b2d50507c6a7738f355623fbb0517f92552d 100644
(file)
--- a/
package/xorg/Config.in
+++ b/
package/xorg/Config.in
@@
-2,8
+2,8
@@
config BR2_PACKAGE_XORG
bool "X.org X Window System"
default n
depends !BR2_PACKAGE_TINYX
-
depends
BR2_PACKAGE_ZLIB
-
depends
BR2_PACKAGE_LIBPNG
+
select
BR2_PACKAGE_ZLIB
+
select
BR2_PACKAGE_LIBPNG
help
The official X Window system and server.