Files
poky/meta/packages/xorg-xserver/xserver-kdrive-glamo/fix-picturestr-include-order.patch
Richard Purdie 691f2eb576 Add xserver-kdrive-glamo from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4538 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-22 09:13:24 +00:00

16 lines
568 B
Diff

# Reverse include order in render/picturestr.h to be able to compile against renderproto >= 0.9.3
Index: xorg-server-1.2.0/render/picturestr.h
===================================================================
--- xorg-server-1.2.0.orig/render/picturestr.h 2008-02-09 22:54:46.000000000 +0100
+++ xorg-server-1.2.0/render/picturestr.h 2008-02-09 22:54:50.000000000 +0100
@@ -26,8 +26,8 @@
#ifndef _PICTURESTR_H_
#define _PICTURESTR_H_
-#include "glyphstr.h"
#include "scrnintstr.h"
+#include "glyphstr.h"
#include "resource.h"
typedef struct _DirectFormat {