diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-05-12 22:22:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-05-12 22:22:29 +0000 |
commit | c5c1adc379054204e7fe8a096f0683cf6a2af1ea (patch) | |
tree | 0c80f24a27857102a18ca2f7a762b40ca3112b22 /package/xorg/Config.in | |
parent | 6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd (diff) | |
download | buildroot-novena-c5c1adc379054204e7fe8a096f0683cf6a2af1ea.tar.gz buildroot-novena-c5c1adc379054204e7fe8a096f0683cf6a2af1ea.zip |
First pass at getting current x.org to into buildroot.
Still needs more polish but is a good start.
Diffstat (limited to 'package/xorg/Config.in')
-rw-r--r-- | package/xorg/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xorg/Config.in b/package/xorg/Config.in new file mode 100644 index 000000000..0885549ad --- /dev/null +++ b/package/xorg/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_XORG + bool "X.org X Window System" + default n + depends !BR2_PACKAGE_TINYX + help + The official X Window system and server. + +comment "X.org X Window System disabled, tinyx selected" + depends on BR2_PACKAGE_TINYX + + |