diff options
Diffstat (limited to 'openembedded/packages/libxcursor')
-rw-r--r-- | openembedded/packages/libxcursor/libxcursor_1.1.2.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/openembedded/packages/libxcursor/libxcursor_1.1.2.bb b/openembedded/packages/libxcursor/libxcursor_1.1.2.bb index d948ff50d1..25744c7dca 100644 --- a/openembedded/packages/libxcursor/libxcursor_1.1.2.bb +++ b/openembedded/packages/libxcursor/libxcursor_1.1.2.bb @@ -14,10 +14,5 @@ FILES_${PN} += "${libdir}/libXcursor.so" 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 } |