diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-19 20:42:59 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-19 20:42:59 +0000 |
commit | 2322b9d2bd09d60aacf6e331d14c7edb9e0a36e1 (patch) | |
tree | 036989434f7762f965e99cfc3e3cbbf0ee910de5 | |
parent | 715fc6526d6f41a195402b0f498f488ed501b256 (diff) |
fix libxvmc staging (vldXvMC.h to X11/extensions)
BKrev: 41757c5340kVLYj6sdFO8HMGnjEnJg
-rw-r--r-- | libxvmc/libxvmc_20040919.oe | 8 |
1 files changed, 4 insertions, 4 deletions
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/ } |