1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

glib-2.0: Fix DEPENDS (gtk-doc -> gtk-doc-native)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2834 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-10-04 23:22:48 +00:00
parent fbffeca3c5
commit 46da0489cd
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
require glib.inc
PR = "r1"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.14/glib-${PV}.tar.bz2 \
file://glib-checksum.diff;patch=1 \
file://glibconfig-sysdefs.h \
file://configure-libtool.patch;patch=1"
+1 -1
View File
@@ -6,7 +6,7 @@ UNIX-like platforms, Windows, OS/2 and BeOS."
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS += "glib-2.0-native gtk-doc"
DEPENDS += "glib-2.0-native gtk-doc-native"
DEPENDS += "virtual/libiconv virtual/libintl"
PACKAGES =+ "glib-2.0-utils "