From: Koen Kooi Date: Sat, 24 Nov 2007 14:47:55 +0000 (+0000) Subject: xserver-kdrive-common: use Xfbdev on gta02 for now X-Git-Tag: Release-2010-05/1~8290 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daf27226dd40ac51cac14baf960a389dc5ff30a2;p=openembedded.git xserver-kdrive-common: use Xfbdev on gta02 for now --- diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver index a9893cdadf..6a6e3510c9 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -114,7 +114,8 @@ case `module_id` in DPI=140 fi ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE}" - XSERVER=/usr/bin/Xglamo ;; + # uncomment the line below if you want to test Xglamo + #XSERVER=/usr/bin/Xglamo ;; "Nokia N770") ARGS="$ARGS -dpi 225 -screen ${SCREEN_SIZE} -mouse tslib" XSERVER=/usr/bin/Xomap ;; diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb index 1adc5b3cc5..1567ff11d2 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb +++ b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit" -PR = "r22" +PR = "r23" SRC_URI = "\ file://Xdefaults \