diff options
Diffstat (limited to 'packages/pango/pango_1.10.2.bb')
-rw-r--r-- | packages/pango/pango_1.10.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/pango/pango_1.10.2.bb b/packages/pango/pango_1.10.2.bb index 74730e18db..8a16eb71fc 100644 --- a/packages/pango/pango_1.10.2.bb +++ b/packages/pango/pango_1.10.2.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" @@ -21,7 +21,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.4.0" |