pkg: add description and url fields to pkg-config virtual

pull/29/head
William Pitcock 2012-07-22 23:09:10 -05:00
parent eaf73a5179
commit 3d7455f82b
1 changed files with 2 additions and 0 deletions

2
pkg.c
View File

@ -516,6 +516,8 @@ pkg_get_comparator(pkg_dependency_t *pkgdep)
static pkg_t pkg_config_virtual = {
.id = "pkg-config",
.realname = "pkg-config",
.description = "virtual package defining pkg-config API version supported",
.url = PACKAGE_BUGREPORT,
.version = PKG_PKGCONFIG_VERSION_EQUIV,
.flags = PKG_PROPF_VIRTUAL,
};