diff options
author | Phil Blundell <philb@gnu.org> | 2007-01-28 16:18:38 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2007-01-28 16:18:38 +0000 |
commit | 4b38cec3cdaccae3f440d3cfa778b3f380dd430c (patch) | |
tree | 197a77c8d9bbd665a75fb512ed35ca5296c99fce /packages/tasks | |
parent | 25fd37ef987368dd32eba359273c5af98158a364 (diff) |
task-mythfront: add mesa-dri-driver-unichrome, use xorg-driver-via not
xf86-video-via.
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-mythfront.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-mythfront.bb b/packages/tasks/task-mythfront.bb index a2a38ae338..c99647ecb5 100644 --- a/packages/tasks/task-mythfront.bb +++ b/packages/tasks/task-mythfront.bb @@ -1,11 +1,11 @@ PACKAGES = "${PN}" DESCRIPTION = "Meta-package for MythTV diskless frontend" ALLOW_EMPTY = "1" -PR = "r11" +PR = "r13" RDEPENDS = "xserver-xorg mythtv-frontend mythtv-filters mythtv-theme-g.a.n.t. mythtv-theme-default lirc lirc-modules ttf-bitstream-vera fontconfig-utils setserial snes9x ntp mythfront-config gpe-dm mythfront-session bootlogd font-cursor-misc font-misc-misc xf86-input-keyboard xf86-input-mouse" -RDEPENDS_append_epia = " xf86-video-via" +RDEPENDS_append_epia = " xorg-driver-via mesa-dri-driver-unichrome" LICENSE = "MIT" |