xserver-common: -mouse <dev> doesn't work -mouse mouse does
authorKoen Kooi <koen@openembedded.org>
Sat, 3 May 2008 19:52:18 +0000 (19:52 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 3 May 2008 19:52:18 +0000 (19:52 +0000)
packages/xserver-common/files/kdrive-1.4-fixes.patch
packages/xserver-common/xserver-common_1.22.bb

index 07b82c3..dea824e 100644 (file)
@@ -13,7 +13,7 @@
 +  ARGS="$ARGS -mouse tslib"
 +else
 +  if  [ -e /dev/input/mice ] && [ "$XSERVER" != "Xorg" ] ; then
-+    ARGS="$ARGS -mouse /dev/input/mice"
++    ARGS="$ARGS -mouse mouse"
 +  fi
  fi
  
index cbc199b..018ca71 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
-PR = "r2"
+PR = "r3"
 
 PACKAGE_ARCH = "all"