summaryrefslogtreecommitdiffstats
path: root/Config.in.legacy
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-01-06 11:29:17 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-09 00:13:29 +0100
commit73a84a6972a062f1b3212e92d91d4b186460c784 (patch)
tree98e2797a7a8019eac678c84267471c6db73e7a86 /Config.in.legacy
parent208a81be5b8ecf3108f1f1490a655288a2e7f56a (diff)
downloadbuildroot-novena-73a84a6972a062f1b3212e92d91d4b186460c784.tar.gz
buildroot-novena-73a84a6972a062f1b3212e92d91d4b186460c784.zip
xserver_xorg-server: rename server-style configuration options
The BR2_PACKAGE_XSERVER_xorg and BR2_PACKAGE_XSERVER_tinyx options used to select the style of X.org server to use are not named consistently with the rest of the Buildroot options (in capital letters and prefixed with the package name). Therefore, we rename those options, and we take care to add the old option names in the BR2_LEGACY infrastructure. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r--Config.in.legacy16
1 files changed, 16 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy
index 4770c9479..906c03829 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -78,4 +78,20 @@ config BR2_PACKAGE_PTHREAD_STUBS
For consistency reason, the pthread-stubs package has been
renamed to xlib_libpthread-stubs.
+config BR2_PACKAGE_XSERVER_xorg
+ bool "X.org modular server"
+ select BR2_LEGACY
+ select BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR
+ help
+ The option has been renamed
+ BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR.
+
+config BR2_PACKAGE_XSERVER_tinyx
+ bool "KDrive / TinyX server"
+ select BR2_LEGACY
+ select BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
+ help
+ The option has been renamed
+ BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE.
+
endif