main: use our mergemaster 'world' package as a virtual 'pkg-config' package too

feature/tap-sh
William Pitcock 2012-05-05 21:53:47 -05:00
parent 58b525d2f8
commit b17771d3f1
1 changed files with 3 additions and 2 deletions

5
main.c
View File

@ -259,8 +259,9 @@ pkg_queue_walk(pkg_queue_t *head)
int wanted_something = 0;
pkg_queue_t *pkgq;
pkg_t world = (pkg_t){
.id = "world",
.realname = "virtual"
.id = "pkg-config",
.realname = "world",
.version = PKG_PKGCONFIG_VERSION_EQUIV,
};
/* if maximum_traverse_depth is one, then we will not traverse deeper