]> code.ossystems Code Review - openembedded-core.git/commitdiff
cairo: added missing dependency on pixman
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 21 Apr 2008 14:51:21 +0000 (14:51 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 21 Apr 2008 14:51:21 +0000 (14:51 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4294 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/cairo/cairo.inc

index e405257dfb15c276c1cf818381f3b4c678aa6f68..015e649e6477cfd7ffb63da6ba7290267cb7bf18 100644 (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"