[oe-commits] org.oe.dev xserver-common: -mouse <dev> doesn't work -mouse mouse does

koen commit oe at amethyst.openembedded.net
Sat May 3 20:20:05 UTC 2008


xserver-common: -mouse <dev> doesn't work -mouse mouse does

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: f2a34edab33cdaedb8303991dc23cc54c1c370ff
ViewMTN: http://monotone.openembedded.org/revision/info/f2a34edab33cdaedb8303991dc23cc54c1c370ff
Files:
1
packages/xserver-common/files/kdrive-1.4-fixes.patch
packages/xserver-common/xserver-common_1.22.bb
Diffs:

#
# mt diff -r23988f0f297607cb4abccc22c457de8588d2bb36 -rf2a34edab33cdaedb8303991dc23cc54c1c370ff
#
#
#
# patch "packages/xserver-common/files/kdrive-1.4-fixes.patch"
#  from [6f8c983da8f0da91ef2cab52bfad178dab5bcf12]
#    to [8f5baf832334e48f1611b7ad8a89d1dc103d81b5]
# 
# patch "packages/xserver-common/xserver-common_1.22.bb"
#  from [23c77e3a8a146e6a540d93b19586f6d621fa494c]
#    to [9291843b220f9d344ce56e4f5ac171696e38b2ad]
#
============================================================
--- packages/xserver-common/files/kdrive-1.4-fixes.patch	6f8c983da8f0da91ef2cab52bfad178dab5bcf12
+++ packages/xserver-common/files/kdrive-1.4-fixes.patch	8f5baf832334e48f1611b7ad8a89d1dc103d81b5
@@ -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
  
============================================================
--- packages/xserver-common/xserver-common_1.22.bb	23c77e3a8a146e6a540d93b19586f6d621fa494c
+++ packages/xserver-common/xserver-common_1.22.bb	9291843b220f9d344ce56e4f5ac171696e38b2ad
@@ -2,7 +2,7 @@ RDEPENDS_${PN} = "xmodmap xrandr xdpyinf
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
-PR = "r2"
+PR = "r3"
 
 PACKAGE_ARCH = "all"
 






More information about the Openembedded-commits mailing list