cornucopia: bump SRCREV
[openembedded.git] / recipes / xorg-xserver / xserver-kdrive_git.bb
blob634f95dec2fca28d04f9ca9a348bafc36fe8ef11
1 DEFAULT_PREFERENCE = "-2"
3 require xserver-kdrive-common.inc
4 SRCREV = "43285b4f72a0eb47aa0c33e4e41cd10434969991"
5 PV = "1.4.1+gitr${SRCREV}"
7 DEPENDS += "libxkbfile libxcalibrate pixman"
9 PE = "1"
10 PR = "${INC_PR}.0"
12 FILESPATHPKG =. "xserver-kdrive-git:xserver-kdrive:"
13 SRC_URI = "git://anongit.freedesktop.org/xorg/xserver;protocol=git \
14 ${KDRIVE_COMMON_PATCHES} \
15 file://enable-epson.patch \
16 file://fix_default_mode.patch \
17 file://enable-xcalibrate.patch \
18 file://hide-cursor-and-ppm-root.patch \
19 file://xcalibrate_coords.patch \
20 file://w100.patch \
21 file://w100-autofoo.patch \
22 file://w100-fix-offscreen-bmp.patch \
23 file://w100-new-input-world-order.patch \
24 file://w100-post-1.4-buildfix.patch \
25 file://xcalibrate-new-input-world-order.patch \
26 file://tslib-default-device.patch \
27 file://fbdev-evdev.patch \
28 file://xephyr-post-1.4-buildfix.patch \
31 S = "${WORKDIR}/git"
33 W100_OECONF = "--disable-w100"
34 W100_OECONF_arm = "--enable-w100"
36 EXTRA_OECONF += "--enable-builtin-fonts"