aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xserver-common/files/xserver-imageon.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xserver-common/files/xserver-imageon.patch')
-rw-r--r--recipes/xserver-common/files/xserver-imageon.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xserver-common/files/xserver-imageon.patch b/recipes/xserver-common/files/xserver-imageon.patch
new file mode 100644
index 0000000000..6a0447a31f
--- /dev/null
+++ b/recipes/xserver-common/files/xserver-imageon.patch
@@ -0,0 +1,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
+