summaryrefslogtreecommitdiff
path: root/packages/xdamage/xdamage_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xdamage/xdamage_1.0.1.bb')
-rw-r--r--packages/xdamage/xdamage_1.0.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/xdamage/xdamage_1.0.1.bb b/packages/xdamage/xdamage_1.0.1.bb
index c8a41893e4..5b6c301374 100644
--- a/packages/xdamage/xdamage_1.0.1.bb
+++ b/packages/xdamage/xdamage_1.0.1.bb
@@ -12,9 +12,5 @@ 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}
+ autotools_stage_all
}