[oe-commits] Martin Jansa : xserver-xorg-conf: bump PR after nokia900 changes in 896ea1b88bf1b1c2e3b0080e9dee19b9d9110ad6 and fix EmulateRightButton in om-gta0*

git version control git at git.openembedded.org
Tue Dec 28 14:28:07 UTC 2010


Module: openembedded.git
Branch: master
Commit: d67516a8c18c396638755fa54a069e9d810084ef
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d67516a8c18c396638755fa54a069e9d810084ef

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Dec 28 15:18:33 2010 +0100

xserver-xorg-conf: bump PR after nokia900 changes in 896ea1b88bf1b1c2e3b0080e9dee19b9d9110ad6 and fix EmulateRightButton in om-gta0*

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../xserver-xorg-conf/om-gta01/xorg.conf           |    2 +-
 .../xserver-xorg-conf/om-gta02/xorg.conf           |    2 +-
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf
index 5e123ae..e957e41 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf
@@ -34,7 +34,7 @@ Section "InputDevice"
 	Identifier	"Touchscreen"
 	Driver		"tslib"
 	Option		"Device"	"/dev/input/event1"
-	Option		"EmulateRightButton"	"True"
+	Option		"EmulateRightButton"	"1"
 EndSection
 
 Section "ServerFlags"
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
index b27d5cc..8b116fc 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
@@ -40,7 +40,7 @@ Section "InputDevice"
 	Identifier	"Touchscreen"
 	Driver		"tslib"
 	Option		"Device"	"/dev/input/event1"
-	Option          "EmulateRightButton"    "True"
+	Option          "EmulateRightButton"    "1"
 EndSection
 
 Section "ServerFlags"
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index 71d3be3..ab0d877 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r38"
+PR = "r39"
 
 SRC_URI = "file://xorg.conf"
 





More information about the Openembedded-commits mailing list