summaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
blob: 32a39c534655538d881d7bf0648f098c059b669a (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
require xorg-driver-input.inc

PR = "r12"

DESCRIPTION = "X.Org X server -- evtouch input driver"

SRC_URI = "http://www.conan.de/touchscreen/xf86-input-evtouch-${PV}.tar.bz2;name=archive \
           file://fdi/*.fdi \
           file://udev-ett-tc5uh.patch;patch=1 \
           file://02_calibration_1.6.patch;patch=1 \
           file://03_server-1.6-ftbfs.diff;patch=1 \
           file://04_server-1.7-ftbfs.diff;patch=1 \
"

EXTRA_OECONF = "--enable-evcalibrate \
                --enable-udevinstall \
"

do_install_append() {
	install -d ${D}${datadir}/hal/fdi/policy/20thirdparty
	cp ${WORKDIR}/fdi/*.fdi ${D}${datadir}/hal/fdi/policy/20thirdparty
}

FILES_${PN} += "${datadir}/hal"
SRC_URI[archive.md5sum] = "4d8e092356d8353002f60a4907046c13"
SRC_URI[archive.sha256sum] = "eafc4a09729a4b2b6120430c71e1954c5cac299ad6adf2f9a40aee8a7b51e476"