summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/pango/pango_1.28.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* pango: create /etc/pango in module postinsts if it's missingKoen Kooi2012-01-171-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: Use gnomebase class, not gnomeRichard Purdie2012-01-161-1/+1
| | | | | | | | | | | There was a circular dependency introduced by the recent gconf changes to depend on gtk+. The issue is that gtk+ depends on pango and pango depends on gconf. This patch changes to use the gnonebase class since pango has no need of gconf/mime/gtk-icon-cache and hence removes the circular dependency. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango.inc: add directory "/etc/pango"Xiaofeng Yan2012-01-161-1/+1
| | | | | | | | | | | Command "pango-querymodules > /etc/pango/pango.modules" can't work when \ starting up yocto because of no directory "/etc/pango". It will cause \ messy code when gtk-demo running. [YOCTO #1900] [RP: PR bump] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* recipes: bump PR after python upgradeMartin Jansa2011-10-311-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pango: Update to work with glib-2.0Richard Purdie2011-10-141-1/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "pango: use qemu to generate pango.modules during rootfs construction"Richard Purdie2011-09-131-1/+1
| | | | | | | This reverts commit 62381fd3a135318794f14dc3740b04facd32446e. This commit has issues with the rpm rootfs generation which need resolving before it can be accepted.
* pango: use qemu to generate pango.modules during rootfs constructionPhil Blundell2011-09-071-1/+1
| | | | | | This allows pango to be installed in an image with read-only-rootfs. Signed-off-by: Phil Blundell <philb@gnu.org>
* pango: make x11 support conditional on DISTRO_FEATURESPhil Blundell2011-08-261-1/+1
| | | | | | | This allows pango to build on DISTROs which don't enable x11. Also adjust the SECTION since pango isn't really an X library. Signed-off-by: Phil Blundell <philb@gnu.org>
* pango: upgrade from 1.28.3 to 1.28.4Yu Ke2011-04-181-0/+12
Signed-off-by: Yu Ke <ke.yu@intel.com>