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 /libxvmc | |
parent | ff847550deef151917934483e3a46eb32963ca49 (diff) |
add COMPATIBLE_HOST guard for libxvmc and mythtv
BKrev: 41744494SrlR_6KtLYp2jwZ3GZ20IA
Diffstat (limited to 'libxvmc')
-rw-r--r-- | libxvmc/libxvmc_20040919.oe | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libxvmc/libxvmc_20040919.oe b/libxvmc/libxvmc_20040919.oe index 3f28102cb1..1068b5629f 100644 --- a/libxvmc/libxvmc_20040919.oe +++ b/libxvmc/libxvmc_20040919.oe @@ -1,6 +1,7 @@ +DESCRIPTION = "X Video Motion Compensation extension library." SECTION = "x11/libs" DEPENDS = "x11 xext libxv drm" -DESCRIPTION = "X Video Motion Compensation extension library." +PR = "r1" SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xlibs;module=XvMC;date=20040919;method=pserver \ cvs://anonymous@cvs.sourceforge.net/cvsroot/unichrome;module=libxvmc;date=20040919;method=pserver \ @@ -10,6 +11,9 @@ S = "${WORKDIR}/XvMC" CFLAGS += "-I${STAGING_INCDIR}/X11/extensions -I${STAGING_INCDIR}/xserver-xorg" +# this one is for via only atm. +COMPATIBLE_HOST = 'i.86.*-linux' + inherit autotools pkgconfig do_configure_prepend() { |