summaryrefslogtreecommitdiff
path: root/xdamage
diff options
context:
space:
mode:
Diffstat (limited to 'xdamage')
-rw-r--r--xdamage/xdamage_1.0.1.oe17
-rw-r--r--xdamage/xdamage_cvs.oe2
2 files changed, 18 insertions, 1 deletions
diff --git a/xdamage/xdamage_1.0.1.oe b/xdamage/xdamage_1.0.1.oe
index e69de29bb2..0566771015 100644
--- a/xdamage/xdamage_1.0.1.oe
+++ b/xdamage/xdamage_1.0.1.oe
@@ -0,0 +1,17 @@
+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}
+}
diff --git a/xdamage/xdamage_cvs.oe b/xdamage/xdamage_cvs.oe
index fc64c570a8..836f9bc799 100644
--- a/xdamage/xdamage_cvs.oe
+++ b/xdamage/xdamage_cvs.oe
@@ -1,5 +1,5 @@
PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
+SECTION = "x11/libs"
DEPENDS = "x11 damageext libxfixes xproto"
DESCRIPTION = "X Damage extension library."