summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl/files/kernel-asm-page.patch
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2011-10-19 10:32:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-20 17:13:40 +0100
commitb4ac21c58a95d757ed1354ed5dae3fc1a4a81be8 (patch)
tree79360658cf1fa2cdd5ea784521b51409817985c0 /meta/recipes-graphics/libsdl/files/kernel-asm-page.patch
parent0c864219a50867731ea526ff95b7d8144136ce39 (diff)
downloadpoky-b4ac21c58a95d757ed1354ed5dae3fc1a4a81be8.tar.gz
libsdl: update to 1.2.14
Update libsdl to 1.2.14 * update configure_tweak.patch * update bb file, including add configure option --disable-video-ps3, drop acinclude.m4 and kernel-asm-page.patch and remove old libtool macros (From OE-Core rev: 4466055d83384fd12565e1de4e968330bff42ca2) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl/files/kernel-asm-page.patch')
-rw-r--r--meta/recipes-graphics/libsdl/files/kernel-asm-page.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-graphics/libsdl/files/kernel-asm-page.patch b/meta/recipes-graphics/libsdl/files/kernel-asm-page.patch
deleted file mode 100644
index e698167bc4..0000000000
--- a/meta/recipes-graphics/libsdl/files/kernel-asm-page.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Pending
2
3diff --git a/src/video/Xext/Xxf86dga/XF86DGA.c b/src/video/Xext/Xxf86dga/XF86DGA.c
4index 4e3d662..de38a3c 100644
5--- a/src/video/Xext/Xxf86dga/XF86DGA.c
6+++ b/src/video/Xext/Xxf86dga/XF86DGA.c
7@@ -18,7 +18,7 @@ Copyright (c) 1995,1996 The XFree86 Project, Inc
8 #define HAS_MMAP_ANON
9 #include <sys/types.h>
10 #include <sys/mman.h>
11-#include <asm/page.h> /* PAGE_SIZE */
12+#include <unistd.h>
13 #define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */
14 #define HAS_GETPAGESIZE
15 #endif /* linux */