diff options
Diffstat (limited to 'packages/pango/pango_1.10.2.bb')
-rw-r--r-- | packages/pango/pango_1.10.2.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/pango/pango_1.10.2.bb b/packages/pango/pango_1.10.2.bb index 7faf2d9d7e..d9273e0b78 100644 --- a/packages/pango/pango_1.10.2.bb +++ b/packages/pango/pango_1.10.2.bb @@ -4,7 +4,7 @@ DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo DESCRIPTION = "The goal of the Pango project is to provide an \ Open Source framework for the layout and rendering of \ internationalized text." -PR = "r1" +PR = "r2" RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc" @@ -20,10 +20,13 @@ EXTRA_OECONF = "--disable-glibtest \ --enable-explicit-deps=no \ --disable-debug" -FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*" - +LEAD_SONAME = "libpango-1.0*" LIBV = "1.4.0" +FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*" +FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug" +FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" + do_stage () { autotools_stage_all } |