summaryrefslogtreecommitdiff
path: root/packages/mythtv/mythtv.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-07-22 10:42:25 +0000
committerKoen Kooi <koen@openembedded.org>2008-07-22 10:42:25 +0000
commit97356e8a1c274a2886622226e15937cf110c86f8 (patch)
treeba6d041e5bb30feff34610bb814f466a246de226 /packages/mythtv/mythtv.inc
parent48e1aea67481a039f2dbd282937e4549d3d63497 (diff)
mythtv: the configure does link tests first (which succeed) and then goes to check if the lib exists in LDPATH. This is bogus, so rig the path check.
Diffstat (limited to 'packages/mythtv/mythtv.inc')
-rw-r--r--packages/mythtv/mythtv.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/mythtv/mythtv.inc b/packages/mythtv/mythtv.inc
index 3485cca682..9b7a0a768e 100644
--- a/packages/mythtv/mythtv.inc
+++ b/packages/mythtv/mythtv.inc
@@ -2,12 +2,12 @@ DESCRIPTION = "A full featured personal video recorder system."
HOMEPAGE = "http://www.mythtv.org"
LICENSE = "GPL"
SECTION = "x11/multimedia"
-DEPENDS = "libxinerama libxv libxxf86vm libxvmc lirc qt-x11-free"
-RDEPENDS_${PN} = "qt-x11-plugins-sqldrivers qt-x11-plugins-imageformats"
+DEPENDS = "jack alsa-lib lame libxinerama libxv libxxf86vm libxvmc lirc"
+#RDEPENDS_${PN} = "qt-x11-plugins-sqldrivers qt-x11-plugins-imageformats"
SRC_URI = "http://www.mythtv.org/mc/mythtv-${PV}.tar.bz2"
-inherit qmake2 qt3x11
+inherit qmake2 qt4x11
QMAKE_PROFILES = "mythtv.pro"