diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-18 06:16:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:10 +0000 |
commit | e83292a00d062a7677a324b94d38456ab1eb6665 (patch) | |
tree | 6f8b426debb9be64d2b3316f9a6f4af191ce429f /documentation | |
parent | 755e23e852f97a6251b14afdf73743bcfc1cc14a (diff) | |
download | poky-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')
-rw-r--r-- | documentation/ref-manual/ref-images.xml | 14 |
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 @@ | |||
90 | <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> | 90 | <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> |
91 | An image with support for the Open GL-based toolkit Clutter, which enables development of | 91 | An image with support for the Open GL-based toolkit Clutter, which enables development of |
92 | rich and animated graphical user interfaces.</para></listitem> | 92 | rich and animated graphical user interfaces.</para></listitem> |
93 | <listitem><para><emphasis><filename>core-image-gtk-directfb</filename>:</emphasis> | 93 | <listitem><para><emphasis><filename>core-image-directfb</filename>:</emphasis> |
94 | An image that uses <filename>gtk+</filename> over <filename>directfb</filename> | 94 | An image that uses <filename>directfb</filename> instead of X11. |
95 | instead of X11. | 95 | </para></listitem> |
96 | In order to build, this image requires specific distro configuration that enables | ||
97 | <filename>gtk</filename> over <filename>directfb</filename>.</para></listitem> | ||
98 | <listitem><para><emphasis><filename>core-image-x11</filename>:</emphasis> | 96 | <listitem><para><emphasis><filename>core-image-x11</filename>:</emphasis> |
99 | A very basic X11 image with a terminal. | 97 | A very basic X11 image with a terminal. |
100 | </para></listitem> | 98 | </para></listitem> |
99 | <listitem><para><emphasis><filename>core-image-weston</filename>:</emphasis> | ||
100 | An image that provides the Wayland protocol libraries and the | ||
101 | reference Weston compositor. | ||
102 | For more information, see the | ||
103 | "<link linkend='wayland'>Wayland</link>" section. | ||
104 | </para></listitem> | ||
101 | <listitem><para><emphasis><filename>qt4e-demo-image</filename>:</emphasis> | 105 | <listitem><para><emphasis><filename>qt4e-demo-image</filename>:</emphasis> |
102 | An image that launches into the demo application for the embedded | 106 | An image that launches into the demo application for the embedded |
103 | (not based on X11) version of Qt.</para></listitem> | 107 | (not based on X11) version of Qt.</para></listitem> |