summaryrefslogtreecommitdiff
path: root/pkg.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:05:41 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:05:41 +0000
commit7207c289d8727ca2182bf0939f46b0e083736784 (patch)
treea496ee5a36bfec956952ffc9970e2239998454d8 /pkg.h
parent70fbf4c00a9f07c66c3d8563dec90c312e72cacc (diff)
downloadpkg-config-7207c289d8727ca2182bf0939f46b0e083736784.tar.gz
2003-02-15 Havoc Pennington <hp@pobox.com>
Author: hp Date: 2003-02-15 15:04:07 GMT 2003-02-15 Havoc Pennington <hp@pobox.com> Fixes suggested by Werner Trobin * main.c (verbose_error): honor --errors-to-stdout and flush the same stream we write to * parse.c (parse_url): support an "url" field so if someone has a .pc file they can figure out where to go for newer versions and such
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg.h b/pkg.h
index 2ab9f56..6c8cae0 100644
--- a/pkg.h
+++ b/pkg.h
@@ -54,6 +54,7 @@ struct _Package
char *name; /* human-readable name */
char *version;
char *description;
+ char *url;
char *pcfiledir; /* directory it was loaded from */
GSList *requires;
GSList *l_libs;