cairo: added missing dependency on pixman

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4294 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-04-21 14:51:21 +00:00
parent a3d63a9291
commit a21dec2894
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender"
DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"