summaryrefslogtreecommitdiff
path: root/package/xorg/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-05-12 22:22:29 +0000
committerEric Andersen <andersen@codepoet.org>2005-05-12 22:22:29 +0000
commitc5c1adc379054204e7fe8a096f0683cf6a2af1ea (patch)
tree0c80f24a27857102a18ca2f7a762b40ca3112b22 /package/xorg/Config.in
parent6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd (diff)
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.in11
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
+
+