summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-missing-include-of-Xutil.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/piglit/piglit/0001-tests-Fix-missing-include-of-Xutil.h.patch')
-rw-r--r--meta/recipes-graphics/piglit/piglit/0001-tests-Fix-missing-include-of-Xutil.h.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-missing-include-of-Xutil.h.patch b/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-missing-include-of-Xutil.h.patch
deleted file mode 100644
index c27cc04f01..0000000000
--- a/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-missing-include-of-Xutil.h.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1Upstream-Status: Backport
2Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3
4From e40e0a25f996d2e205c4bdec2c8a5cc7f74e5065 Mon Sep 17 00:00:00 2001
5From: Otavio Salvador <otavio@ossystems.com.br>
6Date: Mon, 15 Jun 2015 16:25:30 -0300
7Subject: tests: Fix missing include of Xutil.h
8
9The EGL tests rely on Xutil.h being included. Some EGL implementation
10does not explitly include it by default and then the build fails.
11
12Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13Reviewed-by: Neil Roberts <neil@linux.intel.com>
14
15diff --git a/tests/egl/egl-configless-context.c b/tests/egl/egl-configless-context.c
16index 0504a26..154b55c 100644
17--- a/tests/egl/egl-configless-context.c
18+++ b/tests/egl/egl-configless-context.c
19@@ -32,6 +32,7 @@
20 /* Chunks of code in this file are taken from egl-util.c */
21
22 #include <X11/Xlib.h>
23+#include <X11/Xutil.h>
24
25 #include "piglit-util-gl.h"
26 #include "piglit-util-egl.h"
27--
28cgit v0.10.2