diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-05-13 16:17:47 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-05-13 16:42:47 +0100 |
commit | 54d7edcaa7161cf273714c95e8b27fb682fba557 (patch) | |
tree | dc132afaf62e90ed0bfd98627f0d5723a14eae1c /conf | |
parent | 97f9aaebb4edae4caf63766d5ee45752490713f9 (diff) |
om-gta02.conf : bring the hard work of xf86-video-glamo to om-gta02 in .dev
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/om-gta02.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index c31828aafe..94ca2946e6 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -7,7 +7,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko-2.6.28" -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-glamo" +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" UBOOT_ENTRYPOINT = "30008000" MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2" @@ -15,7 +15,10 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "480" MACHINE_DISPLAY_HEIGHT_PIXELS = "640" MACHINE_DISPLAY_ORIENTATION = "0" MACHINE_DISPLAY_PPI = "285" -XSERVER = "xserver-kdrive-glamo xserver-kdrive-fbdev" +XSERVER = "xserver-xorg \ + xf86-input-tslib \ + xf86-video-glamo \ + xf86-input-keyboard" # package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ |