diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-21 09:31:35 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-21 09:31:35 +0000 |
commit | 0e2efb144011ea73e204314be67c14abbec120cc (patch) | |
tree | fbc6b71a63e3108842eea0f3776c651119b8dec1 /packages/pango/pango_1.14.0.bb | |
parent | 6f47801fc82348d41dd2c65777b8b92228b00c45 (diff) |
pango: Fix -dbg and -dev packaging, set LEAD_SONAME (from poky)
Diffstat (limited to 'packages/pango/pango_1.14.0.bb')
-rw-r--r-- | packages/pango/pango_1.14.0.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/pango/pango_1.14.0.bb b/packages/pango/pango_1.14.0.bb index 80e86aeede..b98e241af5 100644 --- a/packages/pango/pango_1.14.0.bb +++ b/packages/pango/pango_1.14.0.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" PACKAGES_DYNAMIC = "pango-module-*" @@ -22,10 +22,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.5.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 } |