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