Searched full:pkg_config_path (Results 1 – 25 of 82) sorted by relevance
1234
3 dnl If you want to set the PKG_CONFIG_PATH, best do so before11 AC_ARG_VAR([PKG_CONFIG_PATH],[directory where pkg-config looks for *.pc files])12 export PKG_CONFIG_PATH14 AC_MSG_CHECKING([PKG_CONFIG_PATH])15 if test "x${PKG_CONFIG_PATH}" = "x"; then18 AC_MSG_RESULT([${PKG_CONFIG_PATH}])
274 PKG_CONFIG_PATH=${PKG_CONFIG_PATH}281 * - set PKG_CONFIG_PATH to adequate value297 PKG_CONFIG_PATH=${PKG_CONFIG_PATH}306 * - set PKG_CONFIG_PATH to adequate value
51 ./configure --prefix="$WORK" --disable-shared --with-pic=yes --disable-examples PKG_CONFIG_PATH="$W…59 ./configure --prefix="$WORK" --disable-shared PKG_CONFIG_PATH="$WORK/lib/pkgconfig"75 ./configure --disable-shared --prefix="$WORK" PKG_CONFIG_PATH="$WORK/lib/pkgconfig"97 … LDFLAGS="${LDFLAGS:-} -L$WORK/lib" CFLAGS="$CFLAGS -I$WORK/include" PKG_CONFIG_PATH="$WORK/lib/pk…
114 <code>PKG_CONFIG_PATH</code> is recommended to be used instead. If needed119 <dt><code>PKG_CONFIG_PATH</code></dt>125 <code>PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig</code> will search for161 Note that you will need to correctly set <code>PKG_CONFIG_PATH</code> as well.171 <p>In addition to specifying correct <code>PKG_CONFIG_PATH</code> for the target222 <dd><p><strong>DEPRECATED</strong>, use <code>PKG_CONFIG_PATH</code> instead.</p>
122 <dt><code>PKG_CONFIG_PATH</code></dt>128 <code>PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig</code> will search for
27 - PKG_CONFIG_PATH=$HOME/prefix/lib/pkgconfig:$HOME/prefix/share/pkgconfig415 # Set PKG_CONFIG_PATH for keg-only expat416 PKG_CONFIG_PATH="/usr/local/opt/expat/lib/pkgconfig:${PKG_CONFIG_PATH}"428 PKG_CONFIG_PATH="/opt/X11/share/pkgconfig:/opt/X11/lib/pkgconfig:${PKG_CONFIG_PATH}"
143 export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig146 pkg-config will also try to look in `PKG_CONFIG_PATH` to find `gtest_main.pc`.
6 PKG_CONFIG_PATH environment variable to allow the Makefile
12 unset PKG_CONFIG_PATH
57 - export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
32 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])137 Consider adjusting the PKG_CONFIG_PATH environment variable if you
35 # using PKG_CONFIG_PATH environment variable
63 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])170 Consider adjusting the PKG_CONFIG_PATH environment variable if you
181 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
77 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])184 Consider adjusting the PKG_CONFIG_PATH environment variable if you
135 <p>Set the <code>PKG_CONFIG_PATH</code> environment variable if ImageMagick is not in your default …137 <pre class="highlight"><code>export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig