Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
pkg-config.py File Reference

Go to the source code of this file.

Namespaces

namespace  pkg-config
 

Functions

 pkg-config.SetConfigPath (options)
 
 pkg-config.GetPkgConfigPrefixToStrip (args)
 
 pkg-config.MatchesAnyRegexp (flag, list_of_regexps)
 
 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 = []
 
 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 = []