diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-02 14:23:20 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-02 14:23:20 +0000 |
commit | c90f9cc676882d2aca9c805f0587041c982cd26c (patch) | |
tree | f32a220b40bdfbc6ad01545db7fcf6234172a64e /packages | |
parent | 33b89a79e5bbc471cc90643c1765842b60006c03 (diff) | |
parent | 7d2d0f30feecb3852610f279af69e72fb1bf24d3 (diff) |
merge of '54848140214b3d180243cd747004c124b89af382'
and 'd81c245727e82ac6bf504ee9f1084a1c1829c092'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/mythtv/mythtv_0.18.1.bb | 5 |
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 |