vala:wip/meson

Last commit made on 2022-11-14
Get this branch:
git clone -b wip/meson https://git.launchpad.net/vala

Branch merges

Branch information

Name:
wip/meson
Repository:
lp:vala

Recent commits

cb659d6... by Rico Tzschichholz

meson: Fix check kwargs warning for run_command()

4c8fc8c... by Lorenz Wildberg <email address hidden>

WIP meson: Add bootstrap subproject and adjust meson-bootstrap.sh

6e2e95d... by Rico Tzschichholz

WIP meson: Add meson-bootstrap.sh

e26ed26... by Rico Tzschichholz

Broken evaluation of "Requires.private: gmodule-no-export-2.0" in gio-2.0.pc ?

/usr/bin/ld: .../lib/libgio-2.0.so: undefined reference to `g_module_open_full'

f8846f0... by Rico Tzschichholz

Pass LD_LIBRARY_PATH as "env" where needed

45267b4... by Rico Tzschichholz

WIP meson: Add internal-api-docs

e7ef656... by Rico Tzschichholz

tests: Organize them in suites

dd83bea... by Rico Tzschichholz

WIP meson: Add tests

ade7507... by Rico Tzschichholz

meson: Compile everything with stricter cflags

984a101... by Ole André Vadla Ravnås

meson: Allow static builds

By using `library()` instead of hard-coding `shared_library()`.