mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-15 19:18:09 +02:00
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:
parent
79f8ef9d51
commit
c5b07b4720
2 changed files with 3 additions and 1 deletions
|
|
@ -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
2
pkg.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue