diff options
author | Tollef Fog Heen <tfheen@err.no> | 2009-03-30 20:51:18 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2009-03-30 20:51:18 +0200 |
commit | 4edc026776a0bfc9269108a769c02dc6f3dd19fd (patch) | |
tree | 6b7f98a8671b1b198edbff6afe1874226b146c64 /pkg-config.1 | |
parent | 669bfe2e0d5d761071a41bbbd771228b2b649187 (diff) |
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* pkg-config.1: Add documentation for --cflags-only-I, patch from
Loïc Minier.
Diffstat (limited to 'pkg-config.1')
-rw-r--r-- | pkg-config.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg-config.1 b/pkg-config.1 index 378617c..7edc2e0 100644 --- a/pkg-config.1 +++ b/pkg-config.1 @@ -112,6 +112,10 @@ dependencies. Flags are "compressed" so that each identical flag appears only once. \fIpkg-config\fP exits with a nonzero code if it can't find metadata for one or more of the packages on the command line. +.TP +.I "--cflags-only-I" +This prints the -I part of "--cflags". That is, it defines the header +search path but doesn't specify anything else. .TP .I "--libs" This option is identical to "--cflags", only it prints the link |