ref-manual: Added sdl class.

(From yocto-docs rev: 41a556becbfc9231d8810f399777c3c7b97bb7e2)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-04 07:35:07 -06:00 committed by Richard Purdie
parent 39eaf3031f
commit 4c3eece8e9
1 changed files with 9 additions and 0 deletions

View File

@ -1692,6 +1692,15 @@
</para>
</section>
<section id='ref-classes-sdl'>
<title><filename>sdl.bbclass</filename></title>
<para>
The <filename>sdl</filename> class supports recipes that need to build
software that uses the Simple DirectMedia Layer (SDL) library.
</para>
</section>
<section id='ref-classes-distutils'>
<title>Python Extensions - <filename>distutils.bbclass</filename></title>