From 73a84a6972a062f1b3212e92d91d4b186460c784 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 6 Jan 2013 11:29:17 +0000 Subject: 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 Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- package/efl/libevas/Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/efl') diff --git a/package/efl/libevas/Config.in b/package/efl/libevas/Config.in index bd845c115..f73376be1 100644 --- a/package/efl/libevas/Config.in +++ b/package/efl/libevas/Config.in @@ -79,13 +79,13 @@ config BR2_PACKAGE_LIBEVAS_SDL config BR2_PACKAGE_LIBEVAS_SDL_GL bool "libevas SDL OpenGL backend" depends on BR2_PACKAGE_SDL_X11 - depends on BR2_PACKAGE_XSERVER_xorg # mesa needs big X + depends on BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR # mesa needs big X help This is the SDL OpenGL engine that uses SDL library and OpenGL to render. This may be hardware accelerated. comment "SDL OpenGL backend needs modular X.org and X11 support in SDL" - depends on !(BR2_PACKAGE_SDL_X11 && BR2_PACKAGE_XSERVER_xorg) + depends on !(BR2_PACKAGE_SDL_X11 && BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR) config BR2_PACKAGE_LIBEVAS_X11 bool "libevas X11 backend" @@ -99,7 +99,7 @@ config BR2_PACKAGE_LIBEVAS_X11 config BR2_PACKAGE_LIBEVAS_X11_GLX bool "libevas X11 GLX backend" - depends on BR2_PACKAGE_XSERVER_xorg # mesa needs big X + depends on BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR # mesa needs big X select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XLIB_LIBXRENDER select BR2_PACKAGE_XLIB_LIBXEXT @@ -121,7 +121,7 @@ config BR2_PACKAGE_LIBEVAS_XCB config BR2_PACKAGE_LIBEVAS_XCB_GLX bool "libevas XCB GLX backend" - depends on BR2_PACKAGE_XSERVER_xorg # mesa needs big X + depends on BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR # mesa needs big X select BR2_PACKAGE_LIBXCB select BR2_PACKAGE_XCB_UTIL select BR2_PACKAGE_XCB_PROTO -- cgit v1.2.3