mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
xserver-kdrive: added patch for 1.3.0.0 to get it built with x11/git
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5504 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
---
|
||||
render/glyphstr.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
--- xorg-server-1.3.0.0.orig/render/glyphstr.h
|
||||
+++ xorg-server-1.3.0.0/render/glyphstr.h
|
||||
@@ -23,10 +23,11 @@
|
||||
*/
|
||||
|
||||
#ifndef _GLYPHSTR_H_
|
||||
#define _GLYPHSTR_H_
|
||||
|
||||
+#include <X11/X.h>
|
||||
#include <X11/extensions/renderproto.h>
|
||||
#include "picture.h"
|
||||
#include "screenint.h"
|
||||
#include "regionstr.h"
|
||||
#include "miscstruct.h"
|
||||
@@ -3,7 +3,7 @@ require xserver-kdrive.inc
|
||||
DEPENDS += "libxkbfile libxcalibrate"
|
||||
|
||||
PE = "1"
|
||||
PR = "r21"
|
||||
PR = "r22"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
|
||||
file://extra-kmodes.patch;patch=1 \
|
||||
@@ -21,6 +21,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
|
||||
file://hide-cursor-and-ppm-root.patch;patch=1 \
|
||||
file://xcalibrate_coords.patch;patch=1 \
|
||||
file://fbdev_xrandr_ioctl.patch;patch=1 \
|
||||
file://scheduler.patch;patch=1"
|
||||
file://scheduler.patch;patch=1 \
|
||||
file://fix-newer-xorg-headers.patch;patch=1"
|
||||
|
||||
S = "${WORKDIR}/xorg-server-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user