summaryrefslogtreecommitdiff
path: root/recipes/xorg-xserver/xserver-kdrive_1.2.0.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-10-06 20:45:37 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-10-06 20:45:37 +0000
commite6f09ac96fd78f78c1d0428d3872f1f43685eb20 (patch)
treec4a6823b6fb842dfdeccdceb6fccea2e8420074d /recipes/xorg-xserver/xserver-kdrive_1.2.0.bb
parent2403fd53440120102c2c63f3b035c3fe66b50ef2 (diff)
xorg-xserver: XRandR version fix 06c06f6 ported to all old X servers.
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive_1.2.0.bb')
-rw-r--r--recipes/xorg-xserver/xserver-kdrive_1.2.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive_1.2.0.bb b/recipes/xorg-xserver/xserver-kdrive_1.2.0.bb
index e1b898e470..fd2f1f320c 100644
--- a/recipes/xorg-xserver/xserver-kdrive_1.2.0.bb
+++ b/recipes/xorg-xserver/xserver-kdrive_1.2.0.bb
@@ -3,7 +3,7 @@ require xserver-kdrive-common.inc
DEPENDS += "libxkbfile libxcalibrate"
PE = "1"
-PR = "r10"
+PR = "r11"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
${KDRIVE_COMMON_PATCHES} \
@@ -18,6 +18,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://w100-fix-offscreen-bmp.patch;patch=1 \
file://fbcompositesrc8888revnpx0565.patch;patch=1 \
file://xcalibrate_coords.patch;patch=1 \
+ file://report-correct-randr10.patch;patch=1 \
"
S = "${WORKDIR}/xorg-server-${PV}"