blob: ce5a3fc1bb47801092b4ef1423c91b1893625fc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
require xserver-kdrive-common.inc
DEPENDS += "libxkbfile libxcalibrate"
PE = "1"
PR = "${INC_PR}.0"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
${KDRIVE_COMMON_PATCHES} \
file://enable-epson.patch \
file://enable-builtin-fonts.patch \
file://kdrive-evdev.patch \
file://kdrive-use-evdev.patch \
file://disable-xf86-dga-xorgcfg.patch \
file://fix_default_mode.patch \
file://enable-xcalibrate.patch \
file://hide-cursor-and-ppm-root.patch \
file://xcalibrate_coords.patch \
file://w100.patch \
file://w100-autofoo.patch \
file://w100-fix-offscreen-bmp.patch \
file://kdrive-1.3-18bpp.patch \
file://linux-keyboard-mediumraw.patch \
file://gumstix-kmode.patch \
file://fix-picturestr-include-order.patch \
file://autotools.patch \
file://report-correct-randr12.patch \
"
SRC_URI_append_avr32 = " \
file://xorg-avr32-support.diff \
"
SRC_URI_append_tosa = "file://tosa-fbdev.patch"
PACKAGE_ARCH_xserver-kdrive-fbdev_tosa = "${MACHINE_ARCH}"
S = "${WORKDIR}/xorg-server-${PV}"
W100_OECONF = "--disable-w100"
W100_OECONF_arm = "--enable-w100"
SRC_URI[md5sum] = "a51a7d482e3c689394755bb17bda8526"
SRC_URI[sha256sum] = "93c656f142f37607c15372dd24c5de9eab82cd79c5d60449174a928d345c2975"
|