aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-images.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-18 06:16:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:10 +0000
commite83292a00d062a7677a324b94d38456ab1eb6665 (patch)
tree6f8b426debb9be64d2b3316f9a6f4af191ce429f /documentation/ref-manual/ref-images.xml
parent755e23e852f97a6251b14afdf73743bcfc1cc14a (diff)
downloadopenembedded-core-contrib-e83292a00d062a7677a324b94d38456ab1eb6665.tar.gz
ref-manual: Added core-image-weston and core-image-directfb
The image core-image-gtk-directfb really should be core-image-directfb. Also, we need to add the core-image-weston image to the list of images chapter. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 66625cc8da339d3096edbc8623ca4b91b4bb6858) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-images.xml')
-rw-r--r--documentation/ref-manual/ref-images.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml
index 37c8051a26..a002c59d3f 100644
--- a/documentation/ref-manual/ref-images.xml
+++ b/documentation/ref-manual/ref-images.xml
@@ -90,14 +90,18 @@
<listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis>
An image with support for the Open GL-based toolkit Clutter, which enables development of
rich and animated graphical user interfaces.</para></listitem>
- <listitem><para><emphasis><filename>core-image-gtk-directfb</filename>:</emphasis>
- An image that uses <filename>gtk+</filename> over <filename>directfb</filename>
- instead of X11.
- In order to build, this image requires specific distro configuration that enables
- <filename>gtk</filename> over <filename>directfb</filename>.</para></listitem>
+ <listitem><para><emphasis><filename>core-image-directfb</filename>:</emphasis>
+ An image that uses <filename>directfb</filename> instead of X11.
+ </para></listitem>
<listitem><para><emphasis><filename>core-image-x11</filename>:</emphasis>
A very basic X11 image with a terminal.
</para></listitem>
+ <listitem><para><emphasis><filename>core-image-weston</filename>:</emphasis>
+ An image that provides the Wayland protocol libraries and the
+ reference Weston compositor.
+ For more information, see the
+ "<link linkend='wayland'>Wayland</link>" section.
+ </para></listitem>
<listitem><para><emphasis><filename>qt4e-demo-image</filename>:</emphasis>
An image that launches into the demo application for the embedded
(not based on X11) version of Qt.</para></listitem>