Magellan Linux

Annotation of /trunk/xf86-video-openchrome/patches/xf86-video-openchrome-0.3.3-missing-include-with-xorg-116.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2516 - (hide annotations) (download)
Wed Nov 5 10:02:42 2014 UTC (9 years, 6 months ago) by niro
File size: 298 byte(s)
-fixes ftbfs with xorg-server-1.16
1 niro 2516 --- xf86-video-openchrome-0.3.3/src/via_3d.h.orig 2014-11-05 12:57:44.457663598 +0100
2     +++ xf86-video-openchrome-0.3.3/src/via_3d.h 2014-11-05 12:58:03.984665070 +0100
3     @@ -24,6 +24,7 @@
4     #ifndef VIA_3D_H
5     #define VIA_3D_H
6    
7     +#include "xorg-server.h"
8     #include "xf86.h"
9     #include "via_dmabuffer.h"
10