aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-04-06 13:08:20 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-05-13 11:33:29 +0200
commita68c25e753b8a1435edb3f690f10bb59a794e797 (patch)
tree37897dc8dba47acfe632af0c8dd7ece6bd94f89a /recipes/xorg-xserver
parentbe6d19e5c732883944a6331b0fb939fdf6c8a4ff (diff)
downloadopenembedded-a68c25e753b8a1435edb3f690f10bb59a794e797.tar.gz
om-gta0*: drop xf86-input-tslib
* not compatible with xserver-1.10 ABI * elfe is not compatible with EmulateRightButton option too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-xserver')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf3
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf3
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb2
3 files changed, 3 insertions, 5 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 e957e41439..edb5e0ee41 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/om-gta01/xorg.conf
@@ -32,9 +32,8 @@ EndSection
Section "InputDevice"
Identifier "Touchscreen"
- Driver "tslib"
+ Driver "evdev"
Option "Device" "/dev/input/event1"
- 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 8b116fc491..de6ed1c14f 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
@@ -38,9 +38,8 @@ EndSection
Section "InputDevice"
Identifier "Touchscreen"
- Driver "tslib"
+ Driver "evdev"
Option "Device" "/dev/input/event1"
- 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 5de24be107..7cc8a5df04 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 = "r46"
+PR = "r47"
SRC_URI = "file://xorg.conf"