diff options
-rw-r--r-- | xxf86dgaext/xxf86dgaext_cvs.oe | 17 | ||||
-rw-r--r-- | xxf86vmext/xxf86vmext_cvs.oe | 4 |
2 files changed, 19 insertions, 2 deletions
diff --git a/xxf86dgaext/xxf86dgaext_cvs.oe b/xxf86dgaext/xxf86dgaext_cvs.oe index e69de29bb2..5db15e16f9 100644 --- a/xxf86dgaext/xxf86dgaext_cvs.oe +++ b/xxf86dgaext/xxf86dgaext_cvs.oe @@ -0,0 +1,17 @@ +PV = "0.0cvs${CVSDATE}" +SECTION = "x11/libs" +MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" +DESCRIPTION = "Xxf86dga extension headers" + +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XF86DGAExt" +S = "${WORKDIR}/XF86DGAExt" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xxf86vmext/xxf86vmext_cvs.oe b/xxf86vmext/xxf86vmext_cvs.oe index b63889d1f9..58690092cc 100644 --- a/xxf86vmext/xxf86vmext_cvs.oe +++ b/xxf86vmext/xxf86vmext_cvs.oe @@ -3,8 +3,8 @@ SECTION = "x11/libs" MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" DESCRIPTION = "Xxf86vm extension headers" -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xxf86vmExt" -S = "${WORKDIR}/Xxf86vmExt" +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XF86VMExt" +S = "${WORKDIR}/XF86VMExt" inherit autotools pkgconfig |