From 4edc026776a0bfc9269108a769c02dc6f3dd19fd Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 30 Mar 2009 20:51:18 +0200 Subject: [PATCH] 2009-03-30 Tollef Fog Heen MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * pkg-config.1: Add documentation for --cflags-only-I, patch from Loïc Minier. --- ChangeLog | 3 +++ pkg-config.1 | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index cc54d4c..f50ae3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-03-30 Tollef Fog Heen + * 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. 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 -- 2.39.5