diff options
Diffstat (limited to 'org.handhelds.familiar/packages/xcomposite/xcomposite_1.0.1.bb')
-rw-r--r-- | org.handhelds.familiar/packages/xcomposite/xcomposite_1.0.1.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/org.handhelds.familiar/packages/xcomposite/xcomposite_1.0.1.bb b/org.handhelds.familiar/packages/xcomposite/xcomposite_1.0.1.bb index 1e8d96c..bdd3426 100644 --- a/org.handhelds.familiar/packages/xcomposite/xcomposite_1.0.1.bb +++ b/org.handhelds.familiar/packages/xcomposite/xcomposite_1.0.1.bb @@ -2,7 +2,7 @@ SECTION = "x11/libs" LICENSE= "BSD-X" DEPENDS = "x11 compositeext xextensions libxfixes" DESCRIPTION = "X Composite extension library." -PR = "r1" +PR = "r2" SRC_URI = "${XLIBS_MIRROR}/libXcomposite-${PV}.tar.bz2 \ file://autofoo.patch;patch=1" @@ -11,9 +11,5 @@ S = "${WORKDIR}/libXcomposite-${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 } |