| Jeremy Mordkoff | 6f07e6f | 2016-09-07 18:56:51 -0400 | [diff] [blame^] | 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 | ; | ||||