pkg_config_path

Jasper Huijsmans jasper at lunar-linux.org
Fri Oct 15 05:42:08 UTC 2004


Steven Michalske wrote:

>What is the proper method of adding a path to the pkg_config_path 
>
>I have a module that installs into opt and i'd like to know how to install the 
>path properly
>
>  
>
For xfce I added a file in profile.d to set the variable (and the PATH):
===
PATH=$PATH:/opt/lunar/xfce4/bin
PKG_CONFIG_PATH=/opt/lunar/xfce4/lib/pkgconfig:$PKG_CONFIG_PATH

export PATH PKG_CONFIG_PATH
===

    Jasper



More information about the Lunar-dev mailing list