diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-24 17:48:58 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-24 17:48:58 +0000 |
commit | c5757aad7094665d53390210def7b139affefa2f (patch) | |
tree | 367527559ab7b21e1b403b2af83223713c4ab70a /package/tinyx | |
parent | 134a26b0faf10a4aabf5ce6023f2d84fdcf2c4bb (diff) | |
download | buildroot-novena-c5757aad7094665d53390210def7b139affefa2f.tar.gz buildroot-novena-c5757aad7094665d53390210def7b139affefa2f.zip |
- add a choice for Xserver selection.
This is ment as a suggestion Re: http://lists.busybox.net/lists/buildroot/2007-July/003835.html
Diffstat (limited to 'package/tinyx')
-rw-r--r-- | package/tinyx/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tinyx/Config.in b/package/tinyx/Config.in index 2a9bbbf3f..6b240776b 100644 --- a/package/tinyx/Config.in +++ b/package/tinyx/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_TINYX bool "tinyx" - default n + default y if BR2_PACKAGE_XSERVER_tinyx help A tiny X server. Also known as 'Xfbdev' and 'kdrive'. |