[oe-commits] org.oe.dev xserver-common: use Xw100 if available

pH5 commit openembedded-commits at lists.openembedded.org
Sat Sep 2 12:21:56 UTC 2006


xserver-common: use Xw100 if available

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: b390e39e15fdf0dd583d371f2d99f56f01cc9794
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b390e39e15fdf0dd583d371f2d99f56f01cc9794
Files:
1
packages/xserver-common/files/w100.patch
packages/xserver-common/xserver-common_1.10.bb
Diffs:

#
# mt diff -r9eda3dc83594bf6ff79b2770d33486d05bca9ec9 -rb390e39e15fdf0dd583d371f2d99f56f01cc9794
#
# 
# 
# add_file "packages/xserver-common/files/w100.patch"
#  content [c9ce2d11a0cc0d294125be9312f0798f266c96f1]
# 
# patch "packages/xserver-common/xserver-common_1.10.bb"
#  from [39fbeaf659e825f1da1c4b7901c06b7e30394a56]
#    to [51596e948da1966b8ded792866656880ce06421d]
# 
============================================================
--- packages/xserver-common/files/w100.patch	c9ce2d11a0cc0d294125be9312f0798f266c96f1
+++ packages/xserver-common/files/w100.patch	c9ce2d11a0cc0d294125be9312f0798f266c96f1
@@ -0,0 +1,12 @@
+--- xserver-common-1.10/X11/Xserver.orig	2006-09-02 13:54:30.000000000 +0200
++++ xserver-common-1.10/X11/Xserver	2006-09-02 14:00:22.000000000 +0200
+@@ -14,6 +14,9 @@
+ if [ -f /usr/bin/Xomap ]; then
+   XSERVER=Xomap
+ fi
++if [ -f /usr/bin/Xw100 ]; then
++  XSERVER=Xw100
++fi
+ 
+ . /etc/profile
+ 
============================================================
--- packages/xserver-common/xserver-common_1.10.bb	39fbeaf659e825f1da1c4b7901c06b7e30394a56
+++ packages/xserver-common/xserver-common_1.10.bb	51596e948da1966b8ded792866656880ce06421d
@@ -1,9 +1,9 @@ RDEPENDS_${PN} = "xmodmap xrandr xdpyinf
 MAINTAINER  = "Florian Boor <florian at kernelconcepts.de>"
 DESCRIPTION = "Common X11 scripts and support files"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
-PR = "r1"
+PR = "r2"
 
 PACKAGE_ARCH = "all"
 
@@ -12,6 +12,7 @@ SRC_URI_append = " file://setDPI.sh \
 
 SRC_URI_append = " file://setDPI.sh \
 		   file://calibrate_zaurusd.patch;patch=1 \
+		   file://w100.patch;patch=1 \
 		   file://poodle-xmodmap-2.6.patch;patch=1"
 
 do_install_append() {






More information about the Openembedded-commits mailing list