diff options
author | Phil Blundell <philb@gnu.org> | 2007-01-25 17:50:24 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2007-01-25 17:50:24 +0000 |
commit | 08a0feb8971f02b65d142690ea5be4faa303690c (patch) | |
tree | 9bcd358fdd1201e3e38c53f62ee800d0397c2c0d | |
parent | 0600591677d74c93ddc2bb2ef51b633ae0c36b21 (diff) |
task-mythfront: need more rdepends
-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 459b67fd79..c1a92c708c 100644 --- a/packages/tasks/task-mythfront.bb +++ b/packages/tasks/task-mythfront.bb @@ -1,9 +1,9 @@ PACKAGES = "${PN}" DESCRIPTION = "Meta-package for MythTV diskless frontend" ALLOW_EMPTY = "1" -PR = "r8" +PR = "r10" -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 drm-module-drm xf86-input-evdev" +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 drm-module-drm font-cursor-misc font-misc-misc xf86-input-keyboard xf86-input-mouse" RDEPENDS_append_epia = " xf86-video-via drm-module-via" |