HomeSort by relevance Sort by last modified time
    Searched refs:PKG_CONFIG_PATH (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/build/linux/
pkg-config-wrapper 15 # the PKG_CONFIG_PATH environment variable- these will be prepended to the
42 if [ -n "$PKG_CONFIG_PATH" ]
44 config_path="$PKG_CONFIG_PATH:$config_path"
55 prefix=`PKG_CONFIG_PATH=$config_path pkg-config --variable=prefix "$package" | sed -e 's|/usr$||'`
56 result=`PKG_CONFIG_PATH=$config_path pkg-config "$@"`
  /external/chromium/build/linux/
pkg-config-wrapper 35 prefix=`PKG_CONFIG_PATH=$config_path pkg-config --variable=prefix "$package" | sed -e 's|/usr$||'`
36 result=`PKG_CONFIG_PATH=$config_path pkg-config "$@"`

Completed in 45 milliseconds