From 4b9c72402f429dc5a16649561693f37e920eb2ac Mon Sep 17 00:00:00 2001 From: doursse Date: Mon, 21 Mar 2005 00:05:17 +0000 Subject: [PATCH] some info about the xcb engine SVN revision: 13823 --- legacy/evas/README.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/legacy/evas/README.in b/legacy/evas/README.in index 195236b700..3d2149e3f2 100644 --- a/legacy/evas/README.in +++ b/legacy/evas/README.in @@ -12,6 +12,7 @@ Requires: Optional: X11R6 + XCB DirectFB OpenGL (underway at the moment) Linux @@ -100,9 +101,14 @@ ENGINES: this enables the software x11 rendering engine that renders to X drawable targets using highly optimised software routines. there is no hardware assist here. this engine requires X11 to be installed to build (and run). -This si a godo generic engine that is fast and can run in X for good +This is a godo generic engine that is fast and can run in X for good development and debugging purposes. +--enable-software-xcb +this enable the software xcb rendering engine. It allows the same +features than the software x11 engine. It require the XCB and XCBImage +libraries. For the test programs, XCBICCCM is also needed. + --enable-fb this is the software framebuffer drivign engine. this uses the linxu