aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-10-27 20:17:22 +0000
committerKoen Kooi <koen@openembedded.org>2009-10-28 10:16:26 +0100
commit25e876d130bfc84cfd1cbbc38372c7695ca2b586 (patch)
treec11c462c799b95594d6994d303fa884826520e7b /recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
parentde1d0546fdda0079f15af58259a64f680340d081 (diff)
downloadopenembedded-25e876d130bfc84cfd1cbbc38372c7695ca2b586.tar.gz
xf86-input-evtouch: Use latest Ubuntu package diff and tweak configure.
* Add configure support to generate calibration app and udev rules for touchscreens.
Diffstat (limited to 'recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb')
-rw-r--r--recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb b/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
index 96dfe51317..1c33056a80 100644
--- a/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
+++ b/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
@@ -1,21 +1,23 @@
require xorg-driver-input.inc
-PR = "r8"
+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-0ubuntu3.diff;patch=1 \
+ 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"
-
-