mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
e13605b3d6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@657 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
475 B
XML
15 lines
475 B
XML
<sect2>
|
|
<title>Configuring pkgconfig</title>
|
|
|
|
<para>Add to your system or personal profile:
|
|
<screen><userinput>export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig</userinput></screen></para>
|
|
|
|
<para>The default settings for PKG_CONFIG_PATH are
|
|
<filename>/lib/pkgconfig</filename>,
|
|
<filename>/usr/lib/pkgconfig</filename> and
|
|
<filename>/usr/local/lib/pkgconfig</filename>. These settings are hard-coded
|
|
and do not have to be exported with the additional paths.</para>
|
|
|
|
</sect2>
|
|
|