From: Michael Lauer Date: Tue, 19 Oct 2004 20:42:59 +0000 (+0000) Subject: fix libxvmc staging (vldXvMC.h to X11/extensions) X-Git-Tag: Release-2010-05/1~16531 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2322b9d2bd09d60aacf6e331d14c7edb9e0a36e1;p=openembedded.git fix libxvmc staging (vldXvMC.h to X11/extensions) BKrev: 41757c5340kVLYj6sdFO8HMGnjEnJg --- diff --git a/libxvmc/libxvmc_20040919.oe b/libxvmc/libxvmc_20040919.oe index 68a907dedb..e06759182b 100644 --- a/libxvmc/libxvmc_20040919.oe +++ b/libxvmc/libxvmc_20040919.oe @@ -1,10 +1,10 @@ DESCRIPTION = "X Video Motion Compensation extension library." SECTION = "x11/libs" DEPENDS = "x11 xext libxv drm xserver-xorg" -PR = "r1" +PR = "r2" -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 \ +SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xlibs;module=XvMC;date=${PV};method=pserver \ + cvs://anonymous@cvs.sourceforge.net/cvsroot/unichrome;module=libxvmc;date=${PV};method=pserver \ file://via.patch;patch=1 \ file://true.patch" S = "${WORKDIR}/XvMC" @@ -35,5 +35,5 @@ do_stage() { datadir=${STAGING_DATADIR} \ mandir=${STAGING_DATADIR}/man oe_libinstall -so -C hw/via libviaXvMC ${STAGING_LIBDIR} - install hw/via/vldXvMC.h ${STAGING_INCDIR} + install hw/via/vldXvMC.h ${STAGING_INCDIR}/X11/extensions/ }