aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mythtv
diff options
context:
space:
mode:
authorOndrej Sokol <o.sokol@seznam.cz>2006-12-02 14:22:50 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-02 14:22:50 +0000
commit7d2d0f30feecb3852610f279af69e72fb1bf24d3 (patch)
tree20105caa53976801a52d14dbc0f390e72b0e392f /packages/mythtv
parent06d4c995f7ad6497e55b863e29d6bade1506e590 (diff)
downloadopenembedded-7d2d0f30feecb3852610f279af69e72fb1bf24d3.tar.gz
mythtv: fix RDEPENDS - close #254
Diffstat (limited to 'packages/mythtv')
-rw-r--r--packages/mythtv/mythtv_0.18.1.bb5
1 files 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