mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-15 18:08:10 +02:00
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* pkg-config.1: Add documentation for --cflags-only-I, patch from Loïc Minier.
This commit is contained in:
parent
669bfe2e0d
commit
4edc026776
2 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2009-03-30 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* pkg-config.1: Add documentation for --cflags-only-I, patch from
|
||||
Loïc Minier.
|
||||
|
||||
* pkg.[ch], main.c, check/check-missing: Don't recurse Requires at
|
||||
all unless we need to. Add check. Again, thanks to Loïc Minier
|
||||
for most of the idea and the implementation.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue