main: can't iterate backwards up deptree so need other hack for this

pull/15/head
William Pitcock 2012-05-05 22:00:32 -05:00
parent 0f92df0a09
commit 7352f14025
1 changed files with 2 additions and 3 deletions

5
main.c
View File

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