Remove the java wrapper.

- The meson's `wrapper` option is removed.
- New meson's option `static-linkage` is added to tell meson to link
  with static library.
This commit is contained in:
Matthieu Gautier
2022-06-09 10:23:02 +02:00
parent 56167dc23e
commit 01c384bb64
39 changed files with 7 additions and 2550 deletions

View File

@@ -1,4 +1,4 @@
option('wrapper', type:'array', choices:['java', 'android'], value:[],
description: 'The wrapper to generate.')
option('static-linkage', type : 'boolean', value : false,
description : 'Link statically with the dependencies.')
option('doc', type : 'boolean', value : false,
description : 'Build the documentations.')