aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/pixman-0.21.6/0005-Do-not-include-unused-headers.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-04-05 13:00:12 +0200
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:33 +0200
commit384b270989d3f4218c6fc01f8a1e1a61b622c99a (patch)
tree9d0f469880414fad4e13ed93b17d129ef9967223 /recipes/xorg-lib/pixman-0.21.6/0005-Do-not-include-unused-headers.patch
parentfadd40e8b90197786aa5edc4a6620036e3aa972e (diff)
downloadopenembedded-384b270989d3f4218c6fc01f8a1e1a61b622c99a.tar.gz
pixman: add 0.21.6 + fixes
Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/pixman-0.21.6/0005-Do-not-include-unused-headers.patch')
-rw-r--r--recipes/xorg-lib/pixman-0.21.6/0005-Do-not-include-unused-headers.patch40
1 files changed, 40 insertions, 0 deletions
diff --git a/recipes/xorg-lib/pixman-0.21.6/0005-Do-not-include-unused-headers.patch b/recipes/xorg-lib/pixman-0.21.6/0005-Do-not-include-unused-headers.patch
new file mode 100644
index 0000000000..60f9528aa4
--- /dev/null
+++ b/recipes/xorg-lib/pixman-0.21.6/0005-Do-not-include-unused-headers.patch
@@ -0,0 +1,40 @@
+From 8868778ea1fdc8e70da76b3b00ea78106c5840d8 Mon Sep 17 00:00:00 2001
+From: Andrea Canciani <ranma42@gmail.com>
+Date: Tue, 22 Feb 2011 22:43:48 +0100
+Subject: [PATCH 05/40] Do not include unused headers
+
+pixman-combine32.h is included without being used both in
+pixman-image.c and in pixman-general.c.
+---
+ pixman/pixman-general.c | 2 --
+ pixman/pixman-image.c | 1 -
+ 2 files changed, 0 insertions(+), 3 deletions(-)
+
+diff --git a/pixman/pixman-general.c b/pixman/pixman-general.c
+index 16ea3a4..872fb7e 100644
+--- a/pixman/pixman-general.c
++++ b/pixman/pixman-general.c
+@@ -36,8 +36,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include "pixman-private.h"
+-#include "pixman-combine32.h"
+-#include "pixman-private.h"
+
+ static void
+ general_src_iter_init (pixman_implementation_t *imp,
+diff --git a/pixman/pixman-image.c b/pixman/pixman-image.c
+index 9103ca6..84bacf8 100644
+--- a/pixman/pixman-image.c
++++ b/pixman/pixman-image.c
+@@ -30,7 +30,6 @@
+ #include <assert.h>
+
+ #include "pixman-private.h"
+-#include "pixman-combine32.h"
+
+ pixman_bool_t
+ _pixman_init_gradient (gradient_t * gradient,
+--
+1.6.6.1
+