diff options
Diffstat (limited to 'xcomposite')
-rw-r--r-- | xcomposite/xcomposite_1.0.1.oe | 16 | ||||
-rw-r--r-- | xcomposite/xcomposite_cvs.oe | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/xcomposite/xcomposite_1.0.1.oe b/xcomposite/xcomposite_1.0.1.oe index e69de29bb2..dc2157b2ce 100644 --- a/xcomposite/xcomposite_1.0.1.oe +++ b/xcomposite/xcomposite_1.0.1.oe @@ -0,0 +1,16 @@ +SECTION = "x11/libs" +DEPENDS = "x11 compositeext xextensions libxfixes" +DESCRIPTION = "X Composite extension library." + +SRC_URI = "${XLIBS_MIRROR}/libXcomposite-${PV}.tar.bz2" +S = "${WORKDIR}/libXcomposite-${PV}" + +inherit autotools pkgconfig + +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} +} diff --git a/xcomposite/xcomposite_cvs.oe b/xcomposite/xcomposite_cvs.oe index 9f648c2987..b93eecca98 100644 --- a/xcomposite/xcomposite_cvs.oe +++ b/xcomposite/xcomposite_cvs.oe @@ -1,5 +1,5 @@ PV = "0.0cvs${CVSDATE}" -SECTION = "libs" +SECTION = "x11/libs" DEPENDS = "x11 compositeext xextensions libxfixes" DESCRIPTION = "X Composite extension library." |