aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver-kdrive-common
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-11-24 17:49:35 +0000
committerKoen Kooi <koen@openembedded.org>2007-11-24 17:49:35 +0000
commitdd3452febe8467c85f8b5b87796d15a63797fbe5 (patch)
treed7b4e6c311c32431bfa381be1ee2bafb77dafdd9 /packages/xserver-kdrive-common
parentdaf27226dd40ac51cac14baf960a389dc5ff30a2 (diff)
downloadopenembedded-dd3452febe8467c85f8b5b87796d15a63797fbe5.tar.gz
xserver-kdrive-common: add missing break in the switch statement
Diffstat (limited to 'packages/xserver-kdrive-common')
-rw-r--r--packages/xserver-kdrive-common/xserver-kdrive-common/Xserver3
-rw-r--r--packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb2
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
index 6a6e3510c9..ac6de5d82e 100644
--- a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
+++ b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
@@ -115,7 +115,8 @@ case `module_id` in
fi
ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE}"
# uncomment the line below if you want to test Xglamo
- #XSERVER=/usr/bin/Xglamo ;;
+ #XSERVER=/usr/bin/Xglamo
+ ;;
"Nokia N770")
ARGS="$ARGS -dpi 225 -screen ${SCREEN_SIZE} -mouse tslib"
XSERVER=/usr/bin/Xomap ;;
diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
index 1567ff11d2..db50c6c1c4 100644
--- a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
+++ b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
-PR = "r23"
+PR = "r24"
SRC_URI = "\
file://Xdefaults \