forked from ariadne/pkgconf
main: can't iterate backwards up deptree so need other hack for this
parent
0f92df0a09
commit
7352f14025
5
main.c
5
main.c
|
@ -259,9 +259,8 @@ pkg_queue_walk(pkg_queue_t *head)
|
||||||
int wanted_something = 0;
|
int wanted_something = 0;
|
||||||
pkg_queue_t *pkgq;
|
pkg_queue_t *pkgq;
|
||||||
pkg_t world = (pkg_t){
|
pkg_t world = (pkg_t){
|
||||||
.id = "pkg-config",
|
.id = "world",
|
||||||
.realname = "world",
|
.realname = "virtual",
|
||||||
.version = PKG_PKGCONFIG_VERSION_EQUIV,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* if maximum_traverse_depth is one, then we will not traverse deeper
|
/* if maximum_traverse_depth is one, then we will not traverse deeper
|
||||||
|
|
Loading…
Reference in New Issue