libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / xorg-driver / xf86-input-tslib_0.0.5.bb
blob01f41d1ef42cc06802bf7da29a398305b1a9a459
1 require xorg-driver-input.inc
3 DESCRIPTION = "X.Org X server -- tslib input driver"
4 RRECOMMENDS += "hal tslib-calibrate"
5 DEPENDS += "tslib"
7 PR = "r8"
9 SRC_URI = "http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-input-tslib-${PV}.tar.bz2;name=archive \
10 file://use-hal-for-device.diff;patch=1 \
11 file://01_fix-wrong-value-range-for-the-axises.diff;patch=1 \
12 file://dynamic-xy.patch;patch=1 \
13 file://xserver16.patch;patch=1 \
14 file://10-x11-input-tslib.fdi"
16 do_configure_prepend() {
17 rm -rf ${S}/m4/ || true
20 do_install_append() {
21 install -d ${D}/${datadir}/hal/fdi/policy/20thirdparty
22 install -m 0644 ${WORKDIR}/10-x11-input-tslib.fdi ${D}/${datadir}/hal/fdi/policy/20thirdparty
25 FILES_${PN} += "${datadir}/hal"
27 SRC_URI[archive.md5sum] = "4231b517d216e9f80ba66f13a0f30afd"
28 SRC_URI[archive.sha256sum] = "d70c64f3f4fe931e12d5af7f91ff04cd0d16dd7459061c50b3149f9e35de8091"