[PATCH 0/4] Various pkg-config additions

Dan Nicholson dbn.lists at gmail.com
Fri Feb 26 16:15:26 PST 2010


Here are a few additions I put together including the introductory guide
I sent last year. Let me know what you think.

Dan Nicholson (4):
  Add .gitignore to exclude generated files from tracking
  Document --list-all option in man page
  Add option to print the path used by pkg-config
  Include an introductory guide to pkg-config

 .gitignore            |   29 ++++
 Makefile.am           |    2 +
 main.c                |    9 +
 pkg-config-guide.html |  420 +++++++++++++++++++++++++++++++++++++++++++++++++
 pkg-config.1          |   10 +-
 pkg.c                 |    6 +
 pkg.h                 |    1 +
 7 files changed, 476 insertions(+), 1 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 pkg-config-guide.html



More information about the pkg-config mailing list