| Submitter | Saul Wold |
|---|---|
| Date | July 19, 2011, 6:51 a.m. |
| Message ID | <a7762e942200e9f1e7d43311a28d13554970900f.1311058024.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/7863/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb index 8b6314f..fc879ed 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb @@ -33,11 +33,14 @@ FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \ FILES_${PN}-dev += " \ ${bindir}/gdk-pixbuf-csource \ - ${includedir}/*" + ${includedir}/* \ + ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/*.la \ +" FILES_${PN}-dbg += " \ ${libdir}/.debug/* \ - ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/.debug/*" + ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/.debug/* \ +" postinst_pixbufloader () { if [ "x$D" != "x" ]; then