ronin.pkg_config

class ronin.pkg_config.Package(name, command=None, path=None, static=False)

Bases: ronin.extensions.Extension

A library that is configured by the external pkg-config tool.

Supports gcc-like executors.

Parameters:
apply_to_executor_gcc_compile(executor)
ronin.pkg_config.configure_pkg_config(pkg_config_command=None, pkg_config_path=None)

Configures the current context’s pkg-config support.

Parameters: