<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 4, 2014 at 10:45 PM, Robby Workman <span dir="ltr"><<a href="mailto:rworkman@slackbuilds.org" target="_blank">rworkman@slackbuilds.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">On Sun, 04 May 2014 20:01:41 -0700<br>
King Beowulf <<a href="mailto:kingbeowulf@gmail.com">kingbeowulf@gmail.com</a>> wrote:<br>
<br>
> Admins,<br>
> Thanks to sandb0y for the corrections. Nothing fatal, just typos.<br>
> Patch attached.<br>
<br>
<br>
</div></div>This patch removes sdl support - that part is not desired; see this<br>
commit from back in November:<br>
<br>
commit 3d694c99b3e1611b62589c279788ca8427bc4517<br>
Author: Robby Workman <<a href="mailto:rworkman@slackbuilds.org">rworkman@slackbuilds.org</a>><br>
Date:   Fri Nov 29 13:55:39 2013 -0600<br>
<br>
    system/qemu: Optionally use device-tree-compiler if installed<br>
<br>
    This also adds --enable-sdl, which is potentially needed for<br>
    some emulated ARM graphics chipsets.<br>
<span class=""><font color="#888888"><br>
-RW<br>
</font></span></blockquote></div><br>No, it does not remove SDL support; "--enable-sdl" was listed twice so I
 just removed a redundant entry.  Here is the original configure 
section:<br>----------<br>CFLAGS="$SLKCFLAGS" \<br>CXXFLAGS="$SLKCFLAGS" \<br>./configure \<br>  --prefix=/usr \<br>  --libdir=/usr/lib${LIBDIRSUFFIX} \<br>  --sysconfdir=/etc \<br>  --localstatedir=/var \<br>
  --docdir=/usr/doc/$PRGNAM-$VERSION \<br>  --enable-sdl \<br>  --enable-gtk \<br>  --enable-system \<br>  --enable-kvm \<br>  --disable-debug-info \<br>  --enable-virtfs \<br>  --enable-sdl \<br>  --audio-drv-list=alsa,oss,sdl,esd \<br>
  $with_libusb \<br>  $with_vnc \<br>  $targets \<br>  $with_spice \<br>  $with_usbredir \<br>  $with_fdt<br><br></div><div class="gmail_extra">-Ed<br></div><div class="gmail_extra">-- <br>You! What PLANET is this!<br>    -- McCoy, "The City on the Edge of Forever", stardate 3134.0<br>

</div></div>