diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-14 12:53:34 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-14 12:53:34 +0000 |
commit | 21dfefe38e52d0e6a5dd8b824c055d2baf3c145e (patch) | |
tree | 77bbd57cddcf16639d156c0bf1dcda02de83f9bc /opie-taskbar | |
parent | 08d93e1de81aeab76fb0eccb8a42c21deca799af (diff) |
disable QWS_KEYBOARD=KernelTTY until we a) have a check that conditionally sets this if a qt version < 2.3.9 is detected or b) all builds use qt 2.3.9
BKrev: 4146e9ce5ynzIN0PLYeegAYaJQH2OQ
Diffstat (limited to 'opie-taskbar')
-rw-r--r-- | opie-taskbar/opie-taskbar/opie | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opie-taskbar/opie-taskbar/opie b/opie-taskbar/opie-taskbar/opie index c1b2653ae2..8fd88759f7 100644 --- 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` |