summaryrefslogtreecommitdiff
path: root/tslib/tslib.oe
blob: 58d39780753a40f613ce9bb447e3e56c22bf9ada (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
PV = "0.0cvs${CVSDATE}"

DESCRIPTION = "tslib is a touchscreen access library."

CONFFILES_${PN} = "${sysconfdir}/ts.conf"

SRC_URI = "cvs://cvs:@pubcvs.arm.linux.org.uk/mnt/src/cvsroot;module=tslib \
           file://automake.patch;patch=1 \
           file://doc.patch;patch=1 \
           file://zap.patch;patch=1 \
           file://pthres.patch;patch=1 \
           file://raw.patch;patch=1 \
           file://raw-hwread.patch;patch=1 \
           file://ts.conf"
#           file://collie-module.patch;patch=1
#           file://devfs.patch;patch=1
#           file://event1.patch;patch=1
#           file://multievent.patch;patch=1
#           file://pointercal.patch;patch=1
#           file://ts_calibrate.patch;patch=1
S = "${WORKDIR}/tslib"

inherit autotools

EXTRA_OECONF = "--enable-shared"

do_stage () {
	oe_libinstall -so -C src libts-0.0 ${STAGING_LIBDIR}
	ln -sf libts-0.0.so ${STAGING_LIBDIR}/libts.so
	install -m 0644 src/tslib.h ${STAGING_INCDIR}/
	install -m 0644 src/tslib-private.h ${STAGING_INCDIR}/
}

do_install_prepend () {
	install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf
}

FILES_tslib_append = " ${datadir}/ts/plugins/*.so"