The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
339 B
8 lines
339 B
6 years ago
|
## gnome.generate_gir() now optionally accepts multiple libraries
|
||
|
|
||
|
The GNOME module can now generate a single gir for multiple libraries, which
|
||
|
is something `g-ir-scanner` supported, but had not been exposed yet.
|
||
|
|
||
|
gnome.generate_gir() will now accept multiple positional arguments, if none
|
||
|
of these arguments are an `Executable` instance.
|