git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d93e1
)
disable QWS_KEYBOARD=KernelTTY until we a) have a check that conditionally sets this...
author
Michael Lauer
<mickey@vanille-media.de>
Tue, 14 Sep 2004 12:53:34 +0000
(12:53 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Tue, 14 Sep 2004 12:53:34 +0000
(12:53 +0000)
BKrev: 4146e9ce5ynzIN0PLYeegAYaJQH2OQ
opie-taskbar/opie-taskbar/opie
patch
|
blob
|
history
diff --git
a/opie-taskbar/opie-taskbar/opie
b/opie-taskbar/opie-taskbar/opie
index
c1b2653
..
8fd8875
100644
(file)
--- a/
opie-taskbar/opie-taskbar/opie
+++ b/
opie-taskbar/opie-taskbar/opie
@@
-8,7
+8,8
@@
export OPIEDIR=/opt/QtPalmtop
export QPEDIR=/opt/QtPalmtop
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib
export PATH=$PATH:$OPIEDIR/bin
-export QWS_KEYBOARD=KernelTTY
+# FIXME: add check for qt version here. the statement above applies to qt >=2.3.9
+# export QWS_KEYBOARD=KernelTTY
if [ -e /proc/cpuinfo ] ; then
model=`grep "^Hardware" /proc/cpuinfo | sed -e "s/.*: *//" | tr a-z A-Z`