diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-11-18 22:10:12 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-11-18 22:10:12 +0000 |
commit | cc258b6d3bb217e1543678278bf1eddf31b17d42 (patch) | |
tree | 5de7352fa20da35f07797eb4bbc95eeae7f66e8d /packages/gtk+ | |
parent | 7e44a7414229149bad6ff61bf466b0a87934d632 (diff) |
pango: Added 1.18.3 with DEFAULT_PREFERENCE -1.
Diffstat (limited to 'packages/gtk+')
-rw-r--r-- | packages/gtk+/gdk-pixbuf-csource_2.10.14.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gtk+/gdk-pixbuf-csource_2.10.14.bb b/packages/gtk+/gdk-pixbuf-csource_2.10.14.bb index 20e8505ac8..eba670912a 100644 --- a/packages/gtk+/gdk-pixbuf-csource_2.10.14.bb +++ b/packages/gtk+/gdk-pixbuf-csource_2.10.14.bb @@ -22,7 +22,7 @@ do_compile() { } do_stage() { -# oe_libinstall -so -C gdk-pixbuf libgdk_pixbuf-2.0 ${STAGING_LIBDIR} +# oe_libinstall -C gdk-pixbuf -so libgdk_pixbuf-2.0 ${STAGING_LIBDIR} cd gdk-pixbuf && oe_runmake install DESTDIR=${STAGING_DIR}/usr autotools_stage_includes # install -d -m 0755 ${STAGING_LIBDIR}/gtk-2.0/include @@ -30,7 +30,7 @@ do_stage() { } do_install() { - cd gdk-pixbuf + : } # override the function in gtk-*.inc (included by gtk+*.bb) |