diff options
Diffstat (limited to 'documentation/content')
| -rw-r--r-- | documentation/content/en/books/porters-handbook/uses/_index.adoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 3f23a7e0f4..35091a88c3 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1332,7 +1332,7 @@ The framework provides the following variables to be set by the port: `JAVA_VERSION`:: List of space-separated suitable java versions for the port. An optional `\+` allows specifying a range of versions. (allowed values `8[+]`, `11[\+]`, -`17[+]`, `18[\+]`, `19[+]`, `20[\+]`, `21[+]`, `22[\+]`, `22[+]`) +`17[+]`, `18[\+]`, `19[+]`, `20[\+]`, `21[+]`, `22[\+]`, `23[+]`, `24[\+]`, `25[+]`) `JAVA_OS`:: List of space-separated suitable JDK port operating systems for the port. @@ -1807,11 +1807,13 @@ USE_MATE= menus:build intlhack [[uses-meson]] == `meson` -Possible arguments: (none) +Possible arguments: (none), `muon` Provide support for Meson based projects. For more information see crossref:special[using-meson,Using `meson`]. +If `muon` is specified then a build dependency on package:devel/muon[] is added. + [[uses-metaport]] == `metaport` |
