Flutter Engine
The Flutter Engine
|
Functions | |
def | SetConfigPath (options) |
def | GetPkgConfigPrefixToStrip (args) |
def | MatchesAnyRegexp (flag, list_of_regexps) |
def | RewritePath (path, strip_prefix, sysroot) |
Variables | |
parser = OptionParser() | |
action | |
dest | |
type | |
default | |
options | |
args | |
list | strip_out = [] |
def | prefix = GetPkgConfigPrefixToStrip(args) |
env | |
libdir | |
flag_string | |
all_flags = flag_string.decode('utf-8').strip().split(' ') | |
sysroot = options.sysroot | |
list | includes = [] |
list | cflags = [] |
list | libs = [] |
list | lib_dirs = [] |
list | ldflags = [] |
def pkg-config.GetPkgConfigPrefixToStrip | ( | args | ) |
Returns the prefix from pkg-config where packages are installed. This returned prefix is the one that should be stripped from the beginning of directory names to take into account sysroots.
Definition at line 69 of file pkg-config.py.
def pkg-config.MatchesAnyRegexp | ( | flag, | |
list_of_regexps | |||
) |
Returns true if the first argument matches any regular expression in the given list.
Definition at line 87 of file pkg-config.py.
def pkg-config.RewritePath | ( | path, | |
strip_prefix, | |||
sysroot | |||
) |
Rewrites a path by stripping the prefix and prepending the sysroot.
Definition at line 96 of file pkg-config.py.
def pkg-config.SetConfigPath | ( | options | ) |
Set the PKG_CONFIG_PATH environment variable. This takes into account any sysroot and architecture specification from the options on the given command line.
Definition at line 41 of file pkg-config.py.
pkg-config.action |
Definition at line 110 of file pkg-config.py.
pkg-config.all_flags = flag_string.decode('utf-8').strip().split(' ') |
Definition at line 164 of file pkg-config.py.
pkg-config.args |
Definition at line 120 of file pkg-config.py.
list pkg-config.cflags = [] |
Definition at line 174 of file pkg-config.py.
pkg-config.default |
Definition at line 113 of file pkg-config.py.
pkg-config.dest |
Definition at line 111 of file pkg-config.py.
pkg-config.env |
Definition at line 140 of file pkg-config.py.
pkg-config.flag_string |
Definition at line 157 of file pkg-config.py.
list pkg-config.includes = [] |
Definition at line 173 of file pkg-config.py.
list pkg-config.ldflags = [] |
Definition at line 177 of file pkg-config.py.
list pkg-config.lib_dirs = [] |
Definition at line 176 of file pkg-config.py.
pkg-config.libdir |
Definition at line 148 of file pkg-config.py.
list pkg-config.libs = [] |
Definition at line 175 of file pkg-config.py.
pkg-config.options |
Definition at line 120 of file pkg-config.py.
pkg-config.parser = OptionParser() |
Definition at line 107 of file pkg-config.py.
string pkg-config.prefix = GetPkgConfigPrefixToStrip(args) |
Definition at line 130 of file pkg-config.py.
list pkg-config.strip_out = [] |
Definition at line 123 of file pkg-config.py.
string pkg-config.sysroot = options.sysroot |
Definition at line 169 of file pkg-config.py.
pkg-config.type |
Definition at line 112 of file pkg-config.py.