From b17771d3f1cc2bbbbe11a92d1017de2ed9533562 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 5 May 2012 21:53:47 -0500 Subject: [PATCH] main: use our mergemaster 'world' package as a virtual 'pkg-config' package too --- main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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