forked from ariadne/pkgconf
pkg: add description and url fields to pkg-config virtual
parent
eaf73a5179
commit
3d7455f82b
2
pkg.c
2
pkg.c
|
@ -516,6 +516,8 @@ pkg_get_comparator(pkg_dependency_t *pkgdep)
|
||||||
static pkg_t pkg_config_virtual = {
|
static pkg_t pkg_config_virtual = {
|
||||||
.id = "pkg-config",
|
.id = "pkg-config",
|
||||||
.realname = "pkg-config",
|
.realname = "pkg-config",
|
||||||
|
.description = "virtual package defining pkg-config API version supported",
|
||||||
|
.url = PACKAGE_BUGREPORT,
|
||||||
.version = PKG_PKGCONFIG_VERSION_EQUIV,
|
.version = PKG_PKGCONFIG_VERSION_EQUIV,
|
||||||
.flags = PKG_PROPF_VIRTUAL,
|
.flags = PKG_PROPF_VIRTUAL,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue