diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-29 10:10:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-29 10:10:35 +0000 |
commit | 6b31146641db3d3e27bde35defde367db47e0301 (patch) | |
tree | d044b31fd8befea3c379f9b9019e226cb8f3cddd /packages/pango/pango_1.12.0.bb | |
parent | c2ddb345f81659a7b8fcf2f9758bb040b92b4a9a (diff) |
packages/: various .debug packaging fixes (from Poky)
* poky rev 831: 'packages: various .debug packaging fixes'
Diffstat (limited to 'packages/pango/pango_1.12.0.bb')
-rw-r--r-- | packages/pango/pango_1.12.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/pango/pango_1.12.0.bb b/packages/pango/pango_1.12.0.bb index 907d813d00..86807e56ea 100644 --- a/packages/pango/pango_1.12.0.bb +++ b/packages/pango/pango_1.12.0.bb @@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft libxt gtk-doc DESCRIPTION = "The goal of the Pango project is to provide an \ Open Source framework for the layout and rendering of \ internationalized text." -PR = "r0" +PR = "r1" RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc" @@ -23,7 +23,7 @@ EXTRA_OECONF = "--disable-glibtest \ --enable-explicit-deps=no \ --disable-debug" -FILES_${PN} = "/etc ${bindir} ${libdir}/libpango*.so.*" +FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*" LIBV = "1.5.0" |