Files
meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/Xserver.add.xserver-system.patch
Martin Jansa 89500c583e recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
2011-04-10 14:43:41 +02:00

13 lines
560 B
Diff

diff -uNr xserver-common-1.33.orig//X11/xserver-common xserver-common-1.33/X11/xserver-common
--- xserver-common-1.33.orig//X11/xserver-common 2010-04-28 23:27:10.000000000 +0200
+++ xserver-common-1.33/X11/xserver-common 2010-04-28 23:29:07.000000000 +0200
@@ -192,3 +196,8 @@
if [ "$XSERVER" != "Xorg" ] ; then
ARGS="$ARGS $MOUSE"
fi
+
+# let a local script modify the variables
+if [ -e /etc/X11/xserver-system ] ; then
+ . /etc/X11/xserver-system
+fi