aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xserver-common/files
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-09-02 12:14:36 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-09-02 12:14:36 +0000
commitcd40986a93e3d0c01a4c506ef2540878741ae0ca (patch)
tree1d8945c4e6c5d132628efceaea0c4016c09ae32a /packages/xserver-common/files
parentf317b85a70280478bdd281cacafcaf2cda1fc81f (diff)
downloadopenembedded-cd40986a93e3d0c01a4c506ef2540878741ae0ca.tar.gz
xserver-common: use Xw100 if available
Diffstat (limited to 'packages/xserver-common/files')
-rw-r--r--packages/xserver-common/files/w100.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/xserver-common/files/w100.patch b/packages/xserver-common/files/w100.patch
new file mode 100644
index 0000000000..ca908850e2
--- /dev/null
+++ b/packages/xserver-common/files/w100.patch
@@ -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
+