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