From 20d3cc3399422f52db7c198657df9cf89c90367f Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 17 Jul 2010 16:03:55 +0200 Subject: Packages: X11: give ability to build xorg-server (not kdrive) Signed-off-by: Abdoulaye Walsimou Gaye --- packages/x11/xserver/xserver.kconfig | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'packages/x11/xserver/xserver.kconfig') diff --git a/packages/x11/xserver/xserver.kconfig b/packages/x11/xserver/xserver.kconfig index 699bcf7..64aea03 100644 --- a/packages/x11/xserver/xserver.kconfig +++ b/packages/x11/xserver/xserver.kconfig @@ -24,7 +24,7 @@ ################################################################################ config EMBTK_HAVE_XSERVER - bool "Have xserver (kdrive)" + bool "Have X window system server" select EMBTK_HAVE_UTILMACROS select EMBTK_HAVE_BIGREQSPROTO select EMBTK_HAVE_COMPOSITEPROTO @@ -48,7 +48,28 @@ config EMBTK_HAVE_XSERVER select EMBTK_HAVE_OPENSSL select EMBTK_HAVE_PIXMAN help - xserver (actually kdrive) + Have a X server in your root file system +choice + prompt "X server variant to install" + depends on EMBTK_HAVE_XSERVER + help + Choose which variant of X server to install + config EMBTK_HAVE_XSERVER_KDRIVE + bool "kdrive X server: Xfbdev" + help + KDrive is a small X Window System server implementation. + It is commonly used in embedded systems with the need + for a very thin X server. + Kdriver is almost unmaintained now days, despite the + fact it is integrated in the official xorg-server + package. + config EMBTK_HAVE_XSERVER_XORG + bool "xorg-server X server" + select KEMBTK_EGLIBC_OPTION_EGLIBC_STREAMS if EMBTK_CLIB_EGLIBC + select EMBTK_HAVE_LIBPCIACCESS + help + Traditional X server found on most Linux distributions. +endchoice choice prompt "xserver version you wish" depends on EMBTK_HAVE_XSERVER -- cgit v1.2.3