aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 16 deletions
diff --git a/xcomposite/xcomposite_1.0.1.oe b/xcomposite/xcomposite_1.0.1.oe
deleted file mode 100644
index dc2157b2ce..0000000000
--- a/xcomposite/xcomposite_1.0.1.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-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}
-}