aboutsummaryrefslogtreecommitdiffstats
path: root/compositeext/compositeext_2.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'compositeext/compositeext_2.0.oe')
-rw-r--r--compositeext/compositeext_2.0.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/compositeext/compositeext_2.0.oe b/compositeext/compositeext_2.0.oe
index e69de29bb2..14c27a5124 100644
--- a/compositeext/compositeext_2.0.oe
+++ b/compositeext/compositeext_2.0.oe
@@ -0,0 +1,16 @@
+SECTION = "libs"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DEPENDS = "xextensions fixesext"
+DESCRIPTION = "X Composite extension headers and specification"
+
+SRC_URI = "${XLIBS_MIRROR}/compositeext-${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}
+}