From: Ondrej Sokol Date: Sat, 2 Dec 2006 14:22:50 +0000 (+0000) Subject: mythtv: fix RDEPENDS - close #254 X-Git-Tag: Release-2010-05/1~9453^2~204^2~38^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d2d0f30feecb3852610f279af69e72fb1bf24d3;p=openembedded.git mythtv: fix RDEPENDS - close #254 --- 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