| # | |
| # This project.conf exposes the plugins as a buildstream project so | |
| # that plugins can be loaded via junctions. | |
| # | |
| name: buildstream-plugins | |
| min-version: 2.0 | |
| plugins: | |
| - origin: local | |
| path: src/buildstream_plugins/elements | |
| elements: | |
| - autotools | |
| - cmake | |
| - make | |
| - meson | |
| - pip | |
| - setuptools | |
| - origin: local | |
| path: src/buildstream_plugins/sources | |
| sources: | |
| - bzr | |
| - cargo | |
| - docker | |
| - git | |
| - patch | |
| - pip |