diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-07-10 22:04:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-07-10 22:04:29 +0000 |
commit | 2a89e2300c3bb6164afca65faa205d6ba8b4f3cb (patch) | |
tree | ec127fd94e34a1f2e208cbdfbf2722eb78f51eff /package/xorg/Config.in | |
parent | e33a0c1400d1d5bda65b6053e3fecbd3d79b3192 (diff) | |
download | buildroot-novena-2a89e2300c3bb6164afca65faa205d6ba8b4f3cb.tar.gz buildroot-novena-2a89e2300c3bb6164afca65faa205d6ba8b4f3cb.zip |
fixup some dependancies
Diffstat (limited to 'package/xorg/Config.in')
-rw-r--r-- | package/xorg/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xorg/Config.in b/package/xorg/Config.in index 0885549ad..87ec6be51 100644 --- a/package/xorg/Config.in +++ b/package/xorg/Config.in @@ -2,6 +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 help The official X Window system and server. |