diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-29 12:18:21 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-29 12:43:20 +0200 |
commit | fc6e562fcc0d74e4b425cfa9fc6918c9591fa51e (patch) | |
tree | fb2680efa9aafeff5caf837ac1bda5081cc79c0d /recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb | |
parent | 1a6cc611325082e5203a7e4eef4857a1c2c56ea0 (diff) |
xserver-kdrive: patch for supporting 800x480 video modes.
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb b/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb index 70503d749c..fe0335d2cd 100644 --- a/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb +++ b/recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb @@ -4,7 +4,7 @@ DEPENDS += "hal libxkbfile libxcalibrate pixman" RDEPENDS += "hal" PE = "1" -PR = "r5" +PR = "r6" SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ ${KDRIVE_COMMON_PATCHES} \ |