[oe-commits] Koen Kooi : nokia800: Xomapfb doesn't build and is deprecated, switch to xf86-video-omapfb

GIT User account git at amethyst.openembedded.net
Wed Dec 3 10:32:54 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6ae896d88c19cdd6f7c16dcd2f3d59b407909980
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6ae896d88c19cdd6f7c16dcd2f3d59b407909980

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Dec  3 11:30:55 2008 +0100

nokia800: Xomapfb doesn't build and is deprecated, switch to xf86-video-omapfb

---

 conf/machine/nokia800.conf |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/conf/machine/nokia800.conf b/conf/machine/nokia800.conf
index 69b9430..8d5a5b0 100644
--- a/conf/machine/nokia800.conf
+++ b/conf/machine/nokia800.conf
@@ -4,7 +4,10 @@
 TARGET_ARCH = "arm"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-xomap"
-XSERVER = "xserver-kdrive-xomap"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-tslib \
+           xf86-video-omapfb "
 
 GUI_MACHINE_CLASS = "bigscreen"
 MACHINE_DISPLAY_WIDTH_PIXELS = "800"





More information about the Openembedded-commits mailing list