diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-03 11:30:55 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-03 11:30:55 +0100 |
commit | 6ae896d88c19cdd6f7c16dcd2f3d59b407909980 (patch) | |
tree | 905a180b6da40b9162225c95cb6fcfc096184da8 /conf | |
parent | 6e52192a787f91d6b17f8d94be0af69330eb84dd (diff) |
nokia800: Xomapfb doesn't build and is deprecated, switch to xf86-video-omapfb
Diffstat (limited to 'conf')
-rw-r--r-- | 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 69b94301e6..8d5a5b0e84 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" |