diff options
Diffstat (limited to 'xcomposite/xcomposite-cvs.oe')
-rw-r--r-- | xcomposite/xcomposite-cvs.oe | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xcomposite/xcomposite-cvs.oe b/xcomposite/xcomposite-cvs.oe deleted file mode 100644 index 5fca365e13..0000000000 --- a/xcomposite/xcomposite-cvs.oe +++ /dev/null @@ -1,18 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -DEPENDS = "x11 compositeext xextensions fixesext xfixes" -PROVIDES = "xcomposite" -DESCRIPTION = "X Composite extension library." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite" -S = "${WORKDIR}/Xcomposite" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} |