summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xdamage/xdamage_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/xdamage/xdamage_1.0.1.bb')
-rw-r--r--openembedded/packages/xdamage/xdamage_1.0.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/openembedded/packages/xdamage/xdamage_1.0.1.bb b/openembedded/packages/xdamage/xdamage_1.0.1.bb
index c8a41893e4..5b6c301374 100644
--- a/openembedded/packages/xdamage/xdamage_1.0.1.bb
+++ b/openembedded/packages/xdamage/xdamage_1.0.1.bb
@@ -12,9 +12,5 @@ S = "${WORKDIR}/libXdamage-${PV}"
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
14do_stage() { 14do_stage() {
15 oe_runmake install prefix=${STAGING_DIR} \ 15 autotools_stage_all
16 bindir=${STAGING_BINDIR} \
17 includedir=${STAGING_INCDIR} \
18 libdir=${STAGING_LIBDIR} \
19 datadir=${STAGING_DATADIR}
20} 16}