glfs/general/sysutils/pkgconfig/pkgconfig-config.xml

15 lines
536 B
XML
Raw Normal View History

<sect2>
<title>Configuring <application>pkgconfig</application></title>
<para>Add to your system or personal profile:
<screen><userinput><command>export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig</command></userinput></screen></para>
<para>The default settings for <envar>PKG_CONFIG_PATH</envar> 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>