summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tslib/tslib.oe2
-rw-r--r--tslib/tslib_cvs.oe2
2 files changed, 4 insertions, 0 deletions
diff --git a/tslib/tslib.oe b/tslib/tslib.oe
index 31f4dcb478..dfae3293a4 100644
--- a/tslib/tslib.oe
+++ b/tslib/tslib.oe
@@ -2,6 +2,8 @@ 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 \
diff --git a/tslib/tslib_cvs.oe b/tslib/tslib_cvs.oe
index 026c26b782..2839a5882c 100644
--- a/tslib/tslib_cvs.oe
+++ b/tslib/tslib_cvs.oe
@@ -2,6 +2,8 @@ PV = "0.1cvs${CVSDATE}"
DESCRIPTION = "tslib is a touchscreen access library."
+CONFFILES_${PN} = "${sysconfdir}/ts.conf"
+
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/tslib \
file://collie/ts.conf \
file://collie/tslib.sh \