Searched refs:pkg_config_paths (Results 1 – 1 of 1) sorted by relevance
/external/angle/third_party/mesa/ |
D | mesa_build.py | 108 def SetupBuild(build_dir, source_dir, options, pkg_config_paths=[]): argument 130 pkg_config_paths += [ 142 'PKG_CONFIG_PATH': ':'.join(pkg_config_paths), 304 pkg_config_paths = [os.path.join(build_dir, 'libdrm', 'meson-uninstalled')] 309 pkg_config_paths = [] 311 SetupBuild(os.path.join(build_dir, args.target), source_dir, options, pkg_config_paths)
|