From 7d2d0f30feecb3852610f279af69e72fb1bf24d3 Mon Sep 17 00:00:00 2001 From: Ondrej Sokol Date: Sat, 2 Dec 2006 14:22:50 +0000 Subject: [PATCH] mythtv: fix RDEPENDS - close #254 --- packages/mythtv/mythtv_0.18.1.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/mythtv/mythtv_0.18.1.bb b/packages/mythtv/mythtv_0.18.1.bb index 7f8dc739e1..2686fa86a2 100644 --- a/packages/mythtv/mythtv_0.18.1.bb +++ b/packages/mythtv/mythtv_0.18.1.bb @@ -2,15 +2,14 @@ DESCRIPTION = "A full featured personal video recorder system." HOMEPAGE = "http://www.mythtv.org" LICENSE = "GPL" SECTION = "x11/multimedia" +DEPENDS = "libxinerama lame libxv libxxf86vm libxvmc lirc qt-x11-free" +RDEPENDS = "qt-x11-plugins-sqldrivers qt-x11-plugins-imageformats" PR = "r1" SRC_URI = "http://www.mythtv.org/mc/mythtv-${PV}.tar.bz2 \ file://msmpeg-underscore-pic.patch;patch=1 \ file://settings.pro" -DEPENDS = "libxinerama lame libxv libxxf86vm libxvmc lirc" -RDEPENDS = "qt-x11-plugins" - inherit qmake qt3x11 # there is a -march=586 somewhere in the source tree -- 2.39.5