diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-18 22:32:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-18 22:32:52 +0000 |
commit | 7da4754b13140f0a4691f0b004f2ee2aceda90e1 (patch) | |
tree | fa729aae448728fef245f0469abea2ef024cd6ac /mythtv/mythtv_0.16.oe | |
parent | ff847550deef151917934483e3a46eb32963ca49 (diff) |
add COMPATIBLE_HOST guard for libxvmc and mythtv
BKrev: 41744494SrlR_6KtLYp2jwZ3GZ20IA
Diffstat (limited to 'mythtv/mythtv_0.16.oe')
-rw-r--r-- | mythtv/mythtv_0.16.oe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mythtv/mythtv_0.16.oe b/mythtv/mythtv_0.16.oe index fd0c16e075..1df2fcfa69 100644 --- a/mythtv/mythtv_0.16.oe +++ b/mythtv/mythtv_0.16.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A full featured personal video recorder system." MAINTAINER = "Michael 'Mickey' Lauer" SECTION = "x11/multimedia" -PR = "r0" +PR = "r1" SRC_URI = "http://www.mythtv.org/mc/mythtv-${PV}.tar.bz2" @@ -9,6 +9,9 @@ DEPENDS = "xinerama qt-x11-free lame libxv libxxf86vm" inherit qmake qt3x11 +# there is a -march=586 somewhere in the source tree +COMPATIBLE_HOST = 'i.86.*-linux' + QMAKE_PROFILES = "mythtv.pro" def mythtv_arch(d): |