diff options
Diffstat (limited to 'xxf86dgaext/xxf86dgaext_cvs.oe')
-rw-r--r-- | xxf86dgaext/xxf86dgaext_cvs.oe | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/xxf86dgaext/xxf86dgaext_cvs.oe b/xxf86dgaext/xxf86dgaext_cvs.oe deleted file mode 100644 index 5db15e16f9..0000000000 --- a/xxf86dgaext/xxf86dgaext_cvs.oe +++ /dev/null @@ -1,17 +0,0 @@ -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} -} |