xserver-kdrive: Build against xextproto-70-includes:
authorStanislav Brabec <utx@penguin.cz>
Sun, 10 Jan 2010 13:02:36 +0000 (13:02 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Sun, 10 Jan 2010 13:06:14 +0000 (13:06 +0000)
* 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.

recipes/xorg-xserver/xserver-kdrive-common.inc
recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb
recipes/xorg-xserver/xserver-kdrive_1.4.0.90.bb
recipes/xorg-xserver/xserver-kdrive_1.4.2.bb
recipes/xorg-xserver/xserver-kdrive_1.4.99.901.bb
recipes/xorg-xserver/xserver-kdrive_1.4.bb
recipes/xorg-xserver/xserver-kdrive_1.5.3.bb
recipes/xorg-xserver/xserver-kdrive_git.bb

index b00893d..fd4b2f6 100644 (file)
@@ -1,6 +1,7 @@
 LICENSE = "MIT"
 DEPENDS = "compositeproto damageproto fixesproto recordproto resourceproto scrnsaverproto xineramaproto videoproto xextproto xproto \
-       libxau libxext libxdmcp libxfont libxrandr tslib virtual/libx11 xtrans"
+       libxau libxext libxdmcp libxfont libxrandr tslib virtual/libx11 xtrans xextproto-70-includes"
+INC_PR = "r28"
 
 PKGN ?= "xserver-kdrive"
 
@@ -94,6 +95,8 @@ inherit autotools pkgconfig
 
 ARM_INSTRUCTION_SET = "arm"
 
+CFLAGS_prepend = "-I${STAGING_INCDIR}/xextproto-70 "
+
 EXTRA_OECONF = "--enable-composite --enable-kdrive \
                 --disable-dga --disable-dri --disable-xinerama \
                 --disable-xf86misc --disable-xf86vidmode \
index 1b052e7..34b5c0d 100644 (file)
@@ -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} \
index b632276..25715a8 100644 (file)
@@ -4,7 +4,7 @@ DEPENDS += "hal libxkbfile libxcalibrate pixman"
 RDEPENDS += "hal"
 
 PE = "1"
-PR = "r8"
+PR = "${INC_PR}.0"
 
 SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
        ${KDRIVE_COMMON_PATCHES} \
index e6e791a..d0b7ac1 100644 (file)
@@ -4,7 +4,7 @@ DEPENDS += "hal libxkbfile libxcalibrate pixman"
 RDEPENDS += "hal"
 
 PE = "1"
-PR = "r3"
+PR = "${INC_PR}.0"
 
 SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
        ${KDRIVE_COMMON_PATCHES} \
index 1613901..187de43 100644 (file)
@@ -6,7 +6,7 @@ RDEPENDS += "hal"
 DEFAULT_PREFERENCE = "-99" 
 
 PE = "1"
-PR = "r4"
+PR = "${INC_PR}.0"
 
 SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
        ${KDRIVE_COMMON_PATCHES} \
index e792c84..43a07f9 100644 (file)
@@ -4,7 +4,7 @@ DEPENDS += "hal libxkbfile libxcalibrate pixman"
 RDEPENDS += "hal"
 
 PE = "1"
-PR = "r6"
+PR = "${INC_PR}.0"
 
 SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
        ${KDRIVE_COMMON_PATCHES} \
index 686826e..ab7c594 100644 (file)
@@ -6,7 +6,7 @@ RDEPENDS += "hal"
 DEFAULT_PREFERENCE = "-99" 
 
 PE = "1"
-PR = "r1"
+PR = "${INC_PR}.0"
 
 SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
        ${KDRIVE_COMMON_PATCHES} \
index 2e1da5c..4de73e8 100644 (file)
@@ -6,7 +6,7 @@ PV = "1.4+git${SRCDATE}"
 DEPENDS += "libxkbfile libxcalibrate pixman"
 
 PE = "1"
-PR = "r1"
+PR = "${INC_PR}.0"
 
 FILESPATH = "${FILE_DIRNAME}/xserver-kdrive-git:${FILE_DIRNAME}/xserver-kdrive"
 SRC_URI = "git://anongit.freedesktop.org/xorg/xserver;protocol=git \