xserver-kdrive-common: add missing break in the switch statement
authorKoen Kooi <koen@openembedded.org>
Sat, 24 Nov 2007 17:49:35 +0000 (17:49 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 24 Nov 2007 17:49:35 +0000 (17:49 +0000)
packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb

index 6a6e351..ac6de5d 100644 (file)
@@ -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 ;;
index 1567ff1..db50c6c 100644 (file)
@@ -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 \