qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Fix OS X SDL breakage


From: Daniel Egger
Subject: [Qemu-devel] [PATCH] Fix OS X SDL breakage
Date: Sun, 23 Jan 2005 23:31:34 +0100

Hija,

On OS X vl.c explicitly includes <SDL/SDL.h> which is wrong for two
reasons:
a) the file does compile without the include
b) the path is supposedly incorrect since the include path
   is (should) be set by `sdl-config --cflags` which already
   includes the path "SDL". So this will only work in case
   someone tries to be clever by copying the SDL headers into
   a directory SDL in a standard include directory and breaks
   e.g. on fink where this is not the case.

Attached patch fixes this by removing the seemingly unneeded
include.

Attachment: diff
Description: Binary data



Servus,
      Daniel

Attachment: PGP.sig
Description: This is a digitally signed message part


reply via email to

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