summaryrefslogtreecommitdiff
path: root/xcomposite/xcomposite_1.0.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xcomposite/xcomposite_1.0.1.oe')
-rw-r--r--xcomposite/xcomposite_1.0.1.oe16
1 files changed, 16 insertions, 0 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}
+}