aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xserver-common/files/xserver-imageon.patch
blob: 6a0447a31f6385a0ed7914934d268175305e7a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: xserver-common-1.13/X11/Xserver
===================================================================
--- xserver-common-1.13.orig/X11/Xserver
+++ xserver-common-1.13/X11/Xserver
@@ -17,6 +17,9 @@ fi
 if [ -f /usr/bin/Xw100 ]; then
   XSERVER=Xw100
 fi
+if [ -f /usr/bin/Ximageon ]; then
+  XSERVER=Ximageon
+fi
 
 . /etc/profile