diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-10 05:16:56 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-10 05:16:56 +0000 |
commit | 65a4d5ba1400f37f92ec2e52e0d72f856cf647cb (patch) | |
tree | a2bd760479fbd522c34c8c411e52f7d29b5492af /gtk+/gtk+_2.2.4.oe | |
parent | 16a10abab761e2afd4ab13b163f0def181094521 (diff) |
oe_libinstall usage fixes for packages in the meta-gpe dependency chain.
BKrev: 409f10483RJ3E5wOJ4FRwf8I5iMyvg
Diffstat (limited to 'gtk+/gtk+_2.2.4.oe')
-rw-r--r-- | gtk+/gtk+_2.2.4.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk+/gtk+_2.2.4.oe b/gtk+/gtk+_2.2.4.oe index 4cc114e83a..182527e546 100644 --- a/gtk+/gtk+_2.2.4.oe +++ b/gtk+/gtk+_2.2.4.oe @@ -31,10 +31,10 @@ gdk_include = "gdk.h gdkcolor.h gdkcursor.h gdkdisplay.h gdkdisplaymanager.h gdk gdk_pixbuf_include = "gdk-pixbuf-animation.h gdk-pixbuf-enum-types.h gdk-pixbuf-features.h gdk-pixbuf-io.h gdk-pixbuf-loader.h gdk-pixbuf-marshal.h gdk-pixbuf.h gdk-pixdata.h" do_stage () { - oe_libinstall -a -so -C gtk libgtk-x11-2.0 ${STAGING_LIBDIR} - oe_libinstall -a -so -C gdk libgdk-x11-2.0 ${STAGING_LIBDIR} - oe_libinstall -a -so -C contrib/gdk-pixbuf-xlib libgdk_pixbuf_xlib-2.0 ${STAGING_LIBDIR} - oe_libinstall -a -so -C gdk-pixbuf libgdk_pixbuf-2.0 ${STAGING_LIBDIR} + oe_libinstall -so -C gtk libgtk-x11-2.0 ${STAGING_LIBDIR} + oe_libinstall -so -C gdk libgdk-x11-2.0 ${STAGING_LIBDIR} + oe_libinstall -so -C contrib/gdk-pixbuf-xlib libgdk_pixbuf_xlib-2.0 ${STAGING_LIBDIR} + oe_libinstall -so -C gdk-pixbuf libgdk_pixbuf-2.0 ${STAGING_LIBDIR} mkdir -p ${STAGING_INCDIR}/gtk-2.0/gtk for i in ${gtk_include}; do |