]> git.ipfire.org Git - thirdparty/vala.git/commit
meson: Add initial build support
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 10 Feb 2019 18:58:46 +0000 (19:58 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 14 Nov 2022 09:23:18 +0000 (10:23 +0100)
commit2bcba9d3b4814b3dd1888eb95dbae7267d469592
treebdd5791c519e4ca56cd98b627a886e9f9f9f8915
parent4a0d468bba05a431357b6522203db07e5565a968
meson: Add initial build support
21 files changed:
ccode/meson.build [new file with mode: 0644]
codegen/meson.build [new file with mode: 0644]
compiler/meson.build [new file with mode: 0644]
config.h.meson [new file with mode: 0644]
doc/meson.build [new file with mode: 0644]
gee/meson.build [new file with mode: 0644]
gobject-introspection/meson.build [new file with mode: 0644]
libvaladoc/meson.build [new file with mode: 0644]
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]
unversioned-install.sh [new file with mode: 0644]
vala/meson.build [new file with mode: 0644]
valadoc/doclets/devhelp/meson.build [new file with mode: 0644]
valadoc/doclets/gtkdoc/meson.build [new file with mode: 0644]
valadoc/doclets/html/meson.build [new file with mode: 0644]
valadoc/doclets/meson.build [new file with mode: 0644]
valadoc/icons/meson.build [new file with mode: 0644]
valadoc/meson.build [new file with mode: 0644]
vapi/meson.build [new file with mode: 0644]
vapigen/meson.build [new file with mode: 0644]
vapigen/vala-gen-introspect/meson.build [new file with mode: 0644]