pointercal: add config file for x86-64 target

Currently no config file for x86-64 target, which cause
/etc/X11/Xsession.d/30xTs_Calibrate.sh run into an infinate loop to block
following scripts to start matchbox.

Copy x86 config file to x86-64.
[BUGID #242] is fixed by this

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
Zhai Edwin 2010-09-02 08:22:10 +08:00 committed by Richard Purdie
parent a7e14518ee
commit 36aa00b6f7
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
1280 0 1002 0 960 328 65536

View File

@ -1,6 +1,6 @@
DESCRIPTION = "Touchscreen calibration data"
SECTION = "base"
PR = "r10"
PR = "r11"
SRC_URI = "file://pointercal"
S = "${WORKDIR}"