xserver-xorg-1.3.0.0: Fix compile error by adding a missing header
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 20 May 2008 13:15:10 +0000 (13:15 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Tue, 20 May 2008 13:15:10 +0000 (13:15 +0000)
packages/xorg-xserver/xserver-xorg-1.3.0.0/glyphstr.patch [new file with mode: 0644]
packages/xorg-xserver/xserver-xorg_1.3.0.0.bb

diff --git a/packages/xorg-xserver/xserver-xorg-1.3.0.0/glyphstr.patch b/packages/xorg-xserver/xserver-xorg-1.3.0.0/glyphstr.patch
new file mode 100644 (file)
index 0000000..6955727
--- /dev/null
@@ -0,0 +1,10 @@
+--- xorg-server-1.3.0.0/render/glyphstr.h~     2006-09-18 03:04:18.000000000 -0300
++++ xorg-server-1.3.0.0/render/glyphstr.h      2008-02-03 22:14:23.187159732 -0200
+@@ -25,6 +25,7 @@
+ #ifndef _GLYPHSTR_H_
+ #define _GLYPHSTR_H_
++#include <X11/X.h>
+ #include <X11/extensions/renderproto.h>
+ #include "picture.h"
+ #include "screenint.h"
index 0a37ab3..a9b8afc 100644 (file)
@@ -4,7 +4,8 @@ require xorg-xserver-common.inc
 PE = "1"
 PR = "r4"
 
-SRC_URI += "file://drmfix.patch;patch=1"
+SRC_URI += "file://drmfix.patch;patch=1 \
+            file://glyphstr.patch;patch=1"
 
 EXTRA_OECONF += " ac_cv_file__usr_share_sgml_X11_defs_ent=no "