diff options
author | Marc-André Lureau | 2019-08-21 09:21:16 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-08-21 12:30:06 +0200 |
commit | 0a01d76fc12a90de870074a34040cc05fbde3765 (patch) | |
tree | 98b45f36f70a99b9e143d83ccf37819818fab53c /.gitmodules | |
parent | build-sys hack: link with whole .fa archives (diff) | |
download | qemu-0a01d76fc12a90de870074a34040cc05fbde3765.tar.gz qemu-0a01d76fc12a90de870074a34040cc05fbde3765.tar.xz qemu-0a01d76fc12a90de870074a34040cc05fbde3765.zip |
build-sys: add meson submodule
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9c0501a4d4..ce979398a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "roms/qboot"] path = roms/qboot url = https://github.com/bonzini/qboot +[submodule "meson"] + path = meson + url = https://github.com/mesonbuild/meson/ |