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.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/xinerama/xinerama_1.0.2+cvs20050505.bb b/packages/xinerama/xinerama_1.0.2+cvs20050505.bb
index 9f8a6235c1..114bd106ae 100644
--- a/packages/xinerama/xinerama_1.0.2+cvs20050505.bb
+++ b/packages/xinerama/xinerama_1.0.2+cvs20050505.bb
@@ -9,3 +9,12 @@ SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xinerama;d
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
+}