diff options
author | shr build user <shr@opmbuild.bearstech.com> | 2010-03-10 17:47:34 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-11 11:42:16 +0100 |
commit | 931d7ef4f056db5b1317b90e62fd7eed439608d4 (patch) | |
tree | 9c340b908604630a73add3630861f61ce5195009 /conf | |
parent | dcd2eb8f949c43ea838ec90dca16bb0501723abd (diff) |
om-gta01: fix XSERVER variable, bump PR for task-x11
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/om-gta01.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf index ccd2b7ae9e..1495949e70 100644 --- a/conf/machine/om-gta01.conf +++ b/conf/machine/om-gta01.conf @@ -29,7 +29,7 @@ MACHINE_DISPLAY_PPI = "285" XSERVER ?= "xserver-xorg \ xf86-input-tslib \ xf86-input-evdev \ - xf86-video-glamo \ + xf86-video-fbdev \ xf86-input-keyboard \ xf86-input-mouse" |