SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert " DEPENDS = "xproto" PROVIDES = "xdmcp" DESCRIPTION = "X Display Manager Control Protocol library." S = "${WORKDIR}/libXdmcp-${PV}" SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2" inherit autotools pkgconfig do_stage() { oe_runmake install prefix=${STAGING_DIR} \ bindir=${STAGING_BINDIR} \ includedir=${STAGING_INCDIR} \ libdir=${STAGING_LIBDIR} \ datadir=${STAGING_DATADIR} }