diff options
Diffstat (limited to 'x11')
| -rw-r--r-- | x11/x11-cvs.oe | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/x11-cvs.oe b/x11/x11-cvs.oe index 6c54055001..6516c1d1cb 100644 --- a/x11/x11-cvs.oe +++ b/x11/x11-cvs.oe @@ -31,8 +31,6 @@ do_stage() { install -c -m 644 include/X11/Xutil.h ${STAGING_INCDIR}/X11/Xutil.h install -c -m 644 include/X11/cursorfont.h ${STAGING_INCDIR}/X11/cursorfont.h install -c -m 644 include/X11/region.h ${STAGING_INCDIR}/X11/region.h - - oe_soinstall src/.libs/libX11.so.6.2.1 ${STAGING_LIBDIR}/ - install -c -m 644 src/.libs/libX11.a ${STAGING_LIBDIR}/libX11.a - install -c -m 644 src/.libs/libX11.lai ${STAGING_LIBDIR}/libX11.la + + oe_libinstall -a -so -C src libX11 ${STAGING_LIBDIR} } |
