summaryrefslogtreecommitdiff
path: root/packages/xinerama/xinerama_1.0.2+cvs20050505.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xinerama/xinerama_1.0.2+cvs20050505.bb')
-rw-r--r--packages/xinerama/xinerama_1.0.2+cvs20050505.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/xinerama/xinerama_1.0.2+cvs20050505.bb b/packages/xinerama/xinerama_1.0.2+cvs20050505.bb
index 114bd106ae..749fcc62d8 100644
--- a/packages/xinerama/xinerama_1.0.2+cvs20050505.bb
+++ b/packages/xinerama/xinerama_1.0.2+cvs20050505.bb
@@ -11,10 +11,5 @@ S = "${WORKDIR}/Xinerama"
inherit autotools pkgconfig
do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DIR}/man
+ autotools_stage_all
}