pkgconfig: Fix problems with the sysroot implementation merged upstream, switch pkgconfig to link against an external glib-2.0

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4126 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-03-26 22:37:55 +00:00
parent c3735c4462
commit cd22fcc461
3 changed files with 36 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
require pkgconfig.inc
SRC_URI += "file://autofoo.patch;patch=1"
DEPENDS += "glib-2.0"
EXTRA_OECONF = "--with-installed-glib"