pkg: make pkg-config builtin package "virtual"

feature/tap-sh
William Pitcock 2012-05-06 20:39:10 -05:00
parent 4172dc545f
commit d99f3db88e
1 changed files with 1 additions and 0 deletions

1
pkg.c
View File

@ -335,6 +335,7 @@ static pkg_t pkg_config_virtual = {
.id = "pkg-config",
.realname = "pkg-config",
.version = PKG_PKGCONFIG_VERSION_EQUIV,
.flags = PKG_PROPF_VIRTUAL,
};
/*