File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,14 @@ There are several keyword arguments. Many of these map directly to the
103
103
* ` header ` : * (Added 0.43.0)* name of main c header to include for the library, e.g. ` glib.h `
104
104
* ` include_directories ` : extra include paths to look for gir files
105
105
* ` install ` : if true, install the generated files
106
+ * ` install_gir ` : (* Added 0.61.0* ) overrides ` install ` , whether to install the
107
+ generated gir
106
108
* ` install_dir_gir ` : (* Added 0.35.0* ) which directory to install the
107
- gir file into; can be false to disable installation
109
+ gir file into; (* Deprecated since 0.61.0* ) can be false to disable installation
110
+ * ` install_typelib ` : (* Added 0.61.0* ) overrides ` install ` , whether to install the
111
+ generated typelib
108
112
* ` install_dir_typelib ` : (* Added 0.35.0* ) which directory to install
109
- the typelib file into; can be false to disable installation
113
+ the typelib file into; ( * Deprecated since 0.61.0 * ) can be false to disable installation
110
114
* ` link_with ` : list of libraries to link with
111
115
* ` symbol_prefix ` : the symbol prefix for the gir object, e.g. ` gtk ` ,
112
116
(* Since 0.43.0* ) an ordered list of multiple prefixes is allowed
You can’t perform that action at this time.
0 commit comments