diff options
Diffstat (limited to 'xpm/xpm-cvs.oe')
-rw-r--r-- | xpm/xpm-cvs.oe | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/xpm/xpm-cvs.oe b/xpm/xpm-cvs.oe deleted file mode 100644 index f24ab3042b..0000000000 --- a/xpm/xpm-cvs.oe +++ /dev/null @@ -1,17 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "xproto x11" -PROVIDES = "xpm" -DESCRIPTION = "X Pixmap library." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xpm" -S = "${WORKDIR}/Xpm" - -inherit autotools pkgconfig - -do_stage () { - install -m 0644 ${S}/lib/xpm.h ${STAGING_INCDIR}/X11/xpm.h - oe_libinstall -a -so -C lib libXpm ${STAGING_LIBDIR} -} |