summaryrefslogtreecommitdiff
path: root/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
blob: 1c33056a80ce48f524ef3fa3649f3be078a36139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require xorg-driver-input.inc

PR = "r9"

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

SRC_URI = "http://www.conan.de/touchscreen/xf86-input-evtouch-${PV}.tar.bz2 \
           file://xf86-input-evtouch_0.8.8-0ubuntu6.diff;patch=1 \
           file://20_fix_calibrate_submission_directions.patch;patch=1 \
           file://21_more_calibration_fixups.patch;patch=1 \
           file://fdi/*.fdi \
"

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"