diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-01-10 13:02:36 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-01-10 13:06:14 +0000 |
commit | faf1793d478bc800a5ef994e98962c4dd8717d40 (patch) | |
tree | ea6e3026006cb51c48462dff5350d90686a9310f /recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb | |
parent | f3aefd497f216d9fe0240625305f7a9a28da16c7 (diff) |
xserver-kdrive: Build against xextproto-70-includes:
* Ancient xservers are incompatible with xextproto >= 7.1.
* Nobody would want to port working ancient code.
* For more see http://lists.linuxtogo.org/pipermail/angstrom-distro-users/2010-January/003011.html
* Introduced INC_PR.
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb b/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb index 1b052e7926..34b5c0d05e 100644 --- a/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb +++ b/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb @@ -3,7 +3,7 @@ require xserver-kdrive-common.inc DEPENDS += "libxkbfile libxcalibrate" PE = "1" -PR = "r27" +PR = "${INC_PR}.0" SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ ${KDRIVE_COMMON_PATCHES} \ |