summaryrefslogtreecommitdiff
path: root/packages/x11/xserver/xserver.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-17 16:03:55 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-17 16:03:55 +0200
commit20d3cc3399422f52db7c198657df9cf89c90367f (patch)
tree014c4b5d70e0e8fb2dcf7c82622e547cd84166a1 /packages/x11/xserver/xserver.kconfig
parent4c20dee2654c0b093fc7557a4c9c69f72560d723 (diff)
downloadembtoolkit-20d3cc3399422f52db7c198657df9cf89c90367f.tar.gz
embtoolkit-20d3cc3399422f52db7c198657df9cf89c90367f.tar.bz2
embtoolkit-20d3cc3399422f52db7c198657df9cf89c90367f.tar.xz
Packages: X11: give ability to build xorg-server (not kdrive)
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/x11/xserver/xserver.kconfig')
-rw-r--r--packages/x11/xserver/xserver.kconfig25
1 files changed, 23 insertions, 2 deletions
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