summaryrefslogtreecommitdiff
path: root/test cases/vala/11 generated vapi/libfoo
AgeCommit message (Collapse)Author
2022-01-15tests: Add a regression test for vapigen metadatadirNirbheek Chauhan
https://github.com/mesonbuild/meson/pull/9806
2021-11-08tests/vala: remove useless keyword argumentDylan Baker
The `packages` argument to `gnome.generate_gir` was allowed, but never did anything, so stop passing it.
2018-01-06Use GObject-based libraries in test case/vala/11 generated vapiJon Turney
Non-GObject-based libraries are not (reliably) introspectable, and this only happens to work by accident, at the moment. Briefly: In non-libtool mode, g-ir-scanner inspects the run-time dependencies of a generated executable to determine the shared library name an -l flag corresponds to. But this generated executable only references the libraries by *_get_type() functions. So, if the library doesn't contain any Gobject-based types, it is not referenced, and this inspection fails with PECOFF binaries. It seems that distutils doesn't currently decide to use --as-needed, so this just happens to work on ELF.
2016-12-04Renamed dirs to plug holes in numbering.Jussi Pakkanen