diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-15 15:29:03 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-15 15:29:03 +0000 |
commit | 8f83fbaf488b94d22fe52927b573283ba9817de9 (patch) | |
tree | 36cdb89a7ceb3a5ec7d3c22b6e4dc6b3c62c50e6 /meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb | |
parent | a560ff32b6c700671190cf76249e6b27237e092a (diff) | |
download | poky-8f83fbaf488b94d22fe52927b573283ba9817de9.tar.gz |
xserver-kdrive 1.3.0: Fix xcalibrate patch, disable w100
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1727 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb')
-rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb index 831ccec083..59ee2a7c20 100644 --- a/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb +++ b/meta/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb | |||
@@ -3,17 +3,10 @@ require xserver-kdrive-common.inc | |||
3 | DEPENDS += "libxkbfile libxcalibrate" | 3 | DEPENDS += "libxkbfile libxcalibrate" |
4 | 4 | ||
5 | PE = "1" | 5 | PE = "1" |
6 | PR = "r7" | 6 | PR = "r9" |
7 | 7 | ||
8 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ | 8 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ |
9 | ${KDRIVE_COMMON_PATCHES} \ | 9 | ${KDRIVE_COMMON_PATCHES} \ |
10 | file://enable-xcalibrate.patch;patch=1 \ | 10 | file://enable-xcalibrate.patch;patch=1 " |
11 | file://w100.patch;patch=1 \ | ||
12 | file://w100-fix-offscreen-bmp.patch;patch=1 \ | ||
13 | " | ||
14 | 11 | ||
15 | S = "${WORKDIR}/xorg-server-${PV}" | 12 | S = "${WORKDIR}/xorg-server-${PV}" |
16 | |||
17 | W100_OECONF = "--disable-w100" | ||
18 | W100_OECONF_arm = "--enable-w100" | ||
19 | |||