[oe-commits] org.oe.dev xserver-kdrive-common: use Xfbdev on gta02 for now

koen commit openembedded-commits at lists.openembedded.org
Sat Nov 24 16:12:31 UTC 2007


xserver-kdrive-common: use Xfbdev on gta02 for now

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a3bde9659cb29f16eda58aae345498da3700285f
ViewMTN: http://monotone.openembedded.org/revision/info/a3bde9659cb29f16eda58aae345498da3700285f
Files:
1
packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
Diffs:

#
# mt diff -r3a45ef9a135009ef0131f0d0ac25ac7c8f82f057 -ra3bde9659cb29f16eda58aae345498da3700285f
#
# 
# 
# patch "packages/xserver-kdrive-common/xserver-kdrive-common/Xserver"
#  from [054fed5a57c4139a63a685584f92fce6afd962f5]
#    to [3543ca98ef0f3823d7cf7789c50a0aa51f3c11cf]
# 
# patch "packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb"
#  from [1348fb70d489f2643a4d5de2587579265505ceeb]
#    to [eb8784ab4ba9875534ca7947fbc861b9c21dbce7]
# 
============================================================
--- packages/xserver-kdrive-common/xserver-kdrive-common/Xserver	054fed5a57c4139a63a685584f92fce6afd962f5
+++ packages/xserver-kdrive-common/xserver-kdrive-common/Xserver	3543ca98ef0f3823d7cf7789c50a0aa51f3c11cf
@@ -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 ;;
============================================================
--- packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb	1348fb70d489f2643a4d5de2587579265505ceeb
+++ packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb	eb8784ab4ba9875534ca7947fbc861b9c21dbce7
@@ -1,8 +1,8 @@ RDEPENDS_${PN} = "xmodmap libxrandr xdpy
 DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
-PR = "r22"
+PR = "r23"
 
 SRC_URI = "\
   file://Xdefaults \






More information about the Openembedded-commits mailing list