diff options
Diffstat (limited to 'packages')
-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" |