pango, atk, libglade, clutter: Fix gtk-doc DEPENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2836 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-10-04 23:39:27 +00:00
parent ccb101ade6
commit 7ad9dcded1
6 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ EXTRA_AUTORECONF = ""
SECTION = "x11/libs"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc-native cairo"
PACKAGES_DYNAMIC = "pango-module-*"

View File

@@ -1,6 +1,6 @@
LICENSE = "LGPL"
SECTION = "x11/libs"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc-native cairo"
DESCRIPTION = "The goal of the Pango project is to provide an \
Open Source framework for the layout and rendering of \
internationalized text."