diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-21 01:39:29 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-21 01:39:29 +0000 |
commit | 1038cfab38ef8fbe3cac2d92df98a240f86995c4 (patch) | |
tree | ff861f310370c5decbe46ea660a734f8628c3fff /package/tinyx-old/Config.in | |
parent | e8def1fcfc2fd7b888f7f391d02767fd9d852eb0 (diff) | |
download | buildroot-novena-1038cfab38ef8fbe3cac2d92df98a240f86995c4.tar.gz buildroot-novena-1038cfab38ef8fbe3cac2d92df98a240f86995c4.zip |
Reintroduce possibility to use old makefile for tiny-x as a test
Diffstat (limited to 'package/tinyx-old/Config.in')
-rw-r--r-- | package/tinyx-old/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/tinyx-old/Config.in b/package/tinyx-old/Config.in new file mode 100644 index 000000000..523eae236 --- /dev/null +++ b/package/tinyx-old/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_TINYX_OLD + bool "tinyx (old version. which supposedly builds)" + default n + depends on BR2_PACKAGE_TINYX + help + A tiny X server. Also known as 'Xfbdev' and 'kdrive'. |