2009-03-30 Tollef Fog Heen <tfheen@err.no>

* pkg.c (add_virtual_pkgconfig_package): Fix URL to pkg-config.
This commit is contained in:
Tollef Fog Heen 2009-03-30 21:04:42 +02:00
parent 79f8ef9d51
commit c5b07b4720
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* pkg.c (add_virtual_pkgconfig_package): Fix URL to pkg-config.
* partial-glib.[ch]: Get rid of those, they are no longer in use.
* poptparse.c, popthelp.c, poptconfig.c, popt.c, pkg.c, findme.c,

2
pkg.c
View file

@ -232,7 +232,7 @@ add_virtual_pkgconfig_package (void)
pkg->name = g_strdup ("pkg-config");
pkg->description = g_strdup ("pkg-config is a system for managing "
"compile/link flags for libraries");
pkg->url = g_strdup ("http://www.freedesktop.org/software/pkgconfig/");
pkg->url = g_strdup ("http://pkg-config.freedesktop.org/");
debug_spew ("Adding virtual 'pkg-config' package to list of known packages\n");
g_hash_table_insert (packages, pkg->key, pkg);