Magellan Linux

Contents of /trunk/xf86-video-vmware/patches/xf86-video-vmware-13.0.2-missing-include-with-xorg-116.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2518 - (show annotations) (download)
Wed Nov 5 11:54:56 2014 UTC (9 years, 6 months ago) by niro
File size: 305 byte(s)
-fixes ftbfs with newer xorg-server-1.16 headers
1 --- xf86-video-vmware-13.0.2/vmwgfx/vmwgfx_overlay.c.orig 2014-11-05 14:52:21.431181914 +0100
2 +++ xf86-video-vmware-13.0.2/vmwgfx/vmwgfx_overlay.c 2014-11-05 14:52:41.369183417 +0100
3 @@ -35,6 +35,7 @@
4 */
5
6
7 +#include "xorg-server.h"
8 #include "xf86xv.h"
9 #include "fourcc.h"
10 #define debug_printf(...)