xserver-kdrive 1.3.0.0: apply w100 patches
authorKoen Kooi <koen@openembedded.org>
Thu, 2 Aug 2007 14:40:26 +0000 (14:40 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 2 Aug 2007 14:40:26 +0000 (14:40 +0000)
packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb

index f1be142..9adc638 100644 (file)
@@ -3,13 +3,20 @@ require xserver-kdrive-common.inc
 DEPENDS += "libxkbfile libxcalibrate"
 
 PE = "1"
-PR = "r15"
+PR = "r16"
 
 SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
        ${KDRIVE_COMMON_PATCHES} \
         file://fix_default_mode.patch;patch=1 \
        file://enable-xcalibrate.patch;patch=1 \
        file://hide-cursor-and-ppm-root.patch;patch=1 \
-       file://xcalibrate_coords.patch;patch=1"
+       file://xcalibrate_coords.patch;patch=1 \
+       file://w100.patch;patch=1 \
+       file://w100-fix-offscreen-bmp.patch;patch=1 \
+       "
 
 S = "${WORKDIR}/xorg-server-${PV}"
+
+W100_OECONF = "--disable-w100"
+W100_OECONF_arm = "--enable-w100"
+