aboutsummaryrefslogtreecommitdiffstats
path: root/xdamage/xdamage_1.0.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xdamage/xdamage_1.0.1.oe')
-rw-r--r--xdamage/xdamage_1.0.1.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/xdamage/xdamage_1.0.1.oe b/xdamage/xdamage_1.0.1.oe
deleted file mode 100644
index 0566771015..0000000000
--- a/xdamage/xdamage_1.0.1.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "x11/libs"
-DEPENDS = "x11 damageext libxfixes xproto"
-DESCRIPTION = "X Damage extension library."
-
-SRC_URI = "${XLIBS_MIRROR}/libXdamage-${PV}.tar.bz2 \
- file://m4.patch;patch=1"
-S = "${WORKDIR}/libXdamage-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}