diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-11-17 23:17:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-11-17 23:17:02 +0000 |
commit | 776c9099d25d272a1dce1b586f586ae8f949f8f1 (patch) | |
tree | 205441bb07b2733e1bcc84af2e93234e0df5ea01 /package/xorg/Config.in | |
parent | 7b30fa8599509394839634c8eb1ee32642e3923f (diff) | |
download | buildroot-novena-776c9099d25d272a1dce1b586f586ae8f949f8f1.tar.gz buildroot-novena-776c9099d25d272a1dce1b586f586ae8f949f8f1.zip |
fix deps so xorg can once again be selected
Diffstat (limited to 'package/xorg/Config.in')
-rw-r--r-- | package/xorg/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/xorg/Config.in b/package/xorg/Config.in index 87ec6be51..c334b2d50 100644 --- 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. |