gpe-login: use xtscal instead of a non-existant script to recalibrate
authorKoen Kooi <koen@openembedded.org>
Sun, 1 Apr 2007 09:46:24 +0000 (09:46 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 1 Apr 2007 09:46:24 +0000 (09:46 +0000)
packages/gpe-login/files/use-xtscal.patch [new file with mode: 0644]
packages/gpe-login/gpe-login_0.88.bb

diff --git a/packages/gpe-login/files/use-xtscal.patch b/packages/gpe-login/files/use-xtscal.patch
new file mode 100644 (file)
index 0000000..dca1163
--- /dev/null
@@ -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
index ea1723d..f42aa4c 100644 (file)
@@ -1,13 +1,15 @@
-LICENSE = "GPL"
-inherit gpe
-
 DESCRIPTION = "GPE user login screen"
 SECTION = "gpe"
-PRIORITY    = "optional"
-DEPENDS     = "gtk+ libgpewidget gpe-ownerinfo xkbd"
-RDEPENDS    = "xkbd"
-RPROVIDES   = "gpe-session-starter"
-PR = "r0"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
+RDEPENDS = "xkbd"
+RPROVIDES = "gpe-session-starter"
+PR = "r1"
+
+inherit gpe
 
 SRC_URI += "file://removeblue-fontsize8.patch;patch=1"
 SRC_URI += " file://chvt-keylaunch.patch;patch=1 "
+SRC_URI += " file://use-xtscal.patch;patch=1 "
+