Bug 4702 - PKG_PROG_PKG_CONFIG: command not found
Summary: PKG_PROG_PKG_CONFIG: command not found
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: general (show other bugs)
Version: 1.1.1
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Carl Worth
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-06 14:26 UTC by Christian Biesinger
Modified: 2008-10-10 10:07 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Christian Biesinger 2005-10-06 14:26:41 UTC
$ ./autogen.sh --enable-maintainer-mode --enable-gtk-doc
...
./configure: line 20426: PKG_PROG_PKG_CONFIG: command not found


Looks like this requires a pretty new pkg-config, at least newer than FC4 has it:
$ rpm -qf /usr/share/aclocal/pkg.m4
pkgconfig-0.15.0-6

Looks like 0.16 is required. If that's the required version for building cairo,
can it be documented somewhere?
Comment 1 Chris Wilson 2008-10-10 10:07:12 UTC
Added pkg-config to the list of required tools to build configure. Amusingly, the method to specify the required version of pkg-config to automake is PKG_PROG_PKG_CONFIG...


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.