[oe-commits] Koen Kooi : omap3evm: change XSERVER to Xorg

GIT User account git at amethyst.openembedded.net
Tue Dec 2 09:55:54 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Dec  2 10:54:16 2008 +0100

omap3evm: change XSERVER to Xorg

---

 conf/machine/omap3evm.conf |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
index dd3f215..f79032f 100644
--- a/conf/machine/omap3evm.conf
+++ b/conf/machine/omap3evm.conf
@@ -4,7 +4,13 @@
 TARGET_ARCH = "arm"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-XSERVER = "xserver-kdrive-fbdev"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-input-tslib \
+           xf86-video-omapfb \
+           xf86-input-keyboard"
+
 GUI_MACHINE_CLASS = "smallscreen"
 
 #include conf/machine/include/tune-arm1136jf-s.inc





More information about the Openembedded-commits mailing list