diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-03-15 22:44:45 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-03-15 23:21:16 +0900 |
commit | 6032779b5fd2a3f99ff48e18c212ae12d6f757f9 (patch) | |
tree | ccaa33682046510a1bb4f6680ba8e4c25d359bba /doc | |
parent | 3750d07619dc07e320201cae5cb697cca6d53921 (diff) | |
download | buildstream-6032779b5fd2a3f99ff48e18c212ae12d6f757f9.tar.gz |
Added new compose element
This creates a selective composition of its dependencies.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index cd17bf0dd..c2f8d2270 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -36,6 +36,7 @@ The following element types are provided with BuildStream: * :mod:`stack` - Symbolic Element for dependency grouping * :mod:`import` - Import sources directly +* :mod:`compose` - Compose the output of multiple elements * :mod:`manual` - Manual Build Element * :mod:`autotools` - Autotools Build Element * :mod:`cmake` - CMake Build Element |