qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH][RFC] Fix SDL on evdev hosts


From: malc
Subject: Re: [Qemu-devel] [PATCH][RFC] Fix SDL on evdev hosts
Date: Tue, 10 Mar 2009 01:53:18 +0300 (MSK)

On Fri, 27 Feb 2009, Anthony Liguori wrote:

> This patch corrects SDL support on X11 hosts using evdev.  It's losely based
> on the previous patch by Dustin Kirkland and the evdev support code in gtk-vnc
> written by Daniel Berrange.
> 
> I've tried to take into account all past feedback from previous patches posted
> including a proper set of configure checks.  I've tested this on win32 but
> I'd like some more eyes to look at it.
> 
> Signed-off-by: Anthony Liguori <address@hidden>
> 

[..snip..]

> +
>  ##########################################
>  # VNC TLS detection
>  if test "$vnc_tls" = "yes" ; then
> @@ -1393,6 +1409,8 @@ if test "$sdl1" = "yes" ; then
>    echo "CONFIG_SDL=yes" >> $config_mak
>    if test "$target_softmmu" = "no" -o "$static" = "yes"; then
>      echo "SDL_LIBS=$sdl_static_libs" >> $config_mak
> +  elif test "$sdl_x11" = "yes" ; then
> +    echo "SDL_LIBS=`$sdl_config --libs` -lX11" >> $config_mak
                                           ^^^^^ this broke the
build over here, X11 on this box with this installation of OS and
X puts libX11 into /usr/X11R6/lib.

[..snip..]

-- 
mailto:address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]