From: Martin Jansa Date: Sat, 30 Jan 2010 21:48:10 +0000 (+0100) Subject: xserver-kdrive-common: remove ARGS options not available with Xorg for GTA01 config X-Git-Tag: Release-2010-05/1~656 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08cc30a30c596837e83546dda7e68ca6368a7f84;p=openembedded.git xserver-kdrive-common: remove ARGS options not available with Xorg for GTA01 config Signed-off-by: Martin Jansa --- diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver index 44dc4ac6fe..0f7cc2f3b3 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 1bc3b98794..5d5fa74f1d 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 \