summaryrefslogtreecommitdiffstats
path: root/recipes/gpe-login/files/use-xtscal.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-login/files/use-xtscal.patch')
-rw-r--r--recipes/gpe-login/files/use-xtscal.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gpe-login/files/use-xtscal.patch b/recipes/gpe-login/files/use-xtscal.patch
new file mode 100644
index 0000000000..dca1163505
--- /dev/null
+++ b/recipes/gpe-login/files/use-xtscal.patch
@@ -0,0 +1,11 @@
+--- /tmp/gpe-login.c 2007-04-01 11:40:29.000000000 +0200
++++ gpe-login-0.88/gpe-login.c 2007-04-01 11:40:58.205251000 +0200
+@@ -59,7 +59,7 @@
+ #define GPE_OWNERINFO_DONTSHOW_FILE "/etc/gpe/gpe-ownerinfo.dontshow"
+ /* Number of milliseconds to hold the stylus down before recalibration is called */
+ #define RECALIBRATION_TIMEOUT 5000
+-#define XTSCAL_PATH "/usr/bin/gpe-xcalibrate.sh"
++#define XTSCAL_PATH "/usr/bin/xtscal"
+ #ifndef DEBUG
+ #define DEBUG 0
+ #endif