|
|
| Line 15: |
Line 15: |
|
| |
|
| Import another recipe file. Makes sense only within the [DEFAULT] section itself. | | Import another recipe file. Makes sense only within the [DEFAULT] section itself. |
|
| |
| === Common options ===
| |
|
| |
| Options that are common for all sections except [DEFAULT].
| |
|
| |
| '''inherit''' = <section-name> [; ...]
| |
|
| |
| Include options from another section.
| |
|
| |
| '''merge''' = <section-name> [; ...]
| |
|
| |
| The same behaviour as ''inherit'', but merges values for list type options, i.e., the final values will consist of the base-section values with addtional child-section values. List options are:
| |
|
| |
| * category
| |
| * requires
| |
| * binding
| |
| * include
| |
| * exclude
| |
| * langs
| |
| * packaged
| |
|
| |
|
| === [Component] === | | === [Component] === |