Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | pkg-config |
Functions | |
def | pkg-config.SetConfigPath (options) |
def | pkg-config.GetPkgConfigPrefixToStrip (args) |
def | pkg-config.MatchesAnyRegexp (flag, list_of_regexps) |
def | pkg-config.RewritePath (path, strip_prefix, sysroot) |
Variables | |
pkg-config.parser = OptionParser() | |
pkg-config.action | |
pkg-config.dest | |
pkg-config.type | |
pkg-config.default | |
pkg-config.options | |
pkg-config.args | |
list | pkg-config.strip_out = [] |
def | pkg-config.prefix = GetPkgConfigPrefixToStrip(args) |
pkg-config.env | |
pkg-config.libdir | |
pkg-config.flag_string | |
pkg-config.all_flags = flag_string.decode('utf-8').strip().split(' ') | |
pkg-config.sysroot = options.sysroot | |
list | pkg-config.includes = [] |
list | pkg-config.cflags = [] |
list | pkg-config.libs = [] |
list | pkg-config.lib_dirs = [] |
list | pkg-config.ldflags = [] |