diff --git a/main.c b/main.c index 83187e7..639f036 100644 --- a/main.c +++ b/main.c @@ -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