forked from ariadne/pkgconf
main: use our mergemaster 'world' package as a virtual 'pkg-config' package too
parent
58b525d2f8
commit
b17771d3f1
5
main.c
5
main.c
|
@ -259,8 +259,9 @@ 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 = "world",
|
.id = "pkg-config",
|
||||||
.realname = "virtual"
|
.realname = "world",
|
||||||
|
.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