diff options
Diffstat (limited to 'xdamage/xdamage_1.0.1.oe')
-rw-r--r-- | xdamage/xdamage_1.0.1.oe | 17 |
1 files changed, 17 insertions, 0 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} +} |