[oe-commits] Martin Jansa : xserver-kdrive-common: remove ARGS options not available with Xorg for GTA01 config

git version control git at git.openembedded.org
Sun Jan 31 00:09:40 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 08cc30a30c596837e83546dda7e68ca6368a7f84
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=08cc30a30c596837e83546dda7e68ca6368a7f84

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jan 30 22:48:10 2010 +0100

xserver-kdrive-common: remove ARGS options not available with Xorg for GTA01 config

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

---

 .../xserver-kdrive-common/Xserver                  |    2 +-
 .../xserver-kdrive-common_0.1.bb                   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
index 44dc4ac..0f7cc2f 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
@@ -118,7 +118,7 @@ case `module_id` in
                      fi
                      DPI=142
                 fi 
-                ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE} -mouse tslib -hide-cursor ${PPM} vt1" ;;
+                ARGS="$ARGS -dpi ${DPI} vt1"
        "GTA02")
                 if [ `screen_width` -gt 330 ] ; then
                      if [ -f "/usr/share/pixmaps/xsplash-vga.ppm" ]; then
diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
index 1bc3b98..5d5fa74 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
-PR = "r38"
+PR = "r39"
 
 SRC_URI = "\
   file://Xdefaults \





More information about the Openembedded-commits mailing list