use common jenkins pipelines
[osm/SO.git] / build-dependencies
1 # List dependencies on packages.
2 # Requires: list of packages that must be installed when building this submodule
3 # Syntax:
4 # ( <listname> = <item>* ; )*
5 # - newlines are just whitespace
6 # - comments run from '#' to end of line
7
8 Requires =
9     fc20:protobuf-rw-compiler-2.6.1     # provides protoc
10 ;