aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2023-03-02 17:18:47 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2023-04-20 11:17:34 +0200
commit0abe33c13adb0ef67bfbbdce30dc5d9735899906 (patch)
tree67ccfca48e12f72e9e4c302daa70722fde8d0d0b /.gitignore
parent5a347a735232750f8b524aeaea68e9b6f1647f72 (diff)
downloadqemu-0abe33c13adb0ef67bfbbdce30dc5d9735899906.zip
qemu-0abe33c13adb0ef67bfbbdce30dc5d9735899906.tar.gz
qemu-0abe33c13adb0ef67bfbbdce30dc5d9735899906.tar.bz2
build-sys: add slirp.wrap
This allows to build with --enable-slirp / -D slirp=enabled, even when libslirp is not installed on the system. "meson subprojects download" will pull it from git in that case. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20230302131848.1527460-4-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 61fa399..1ea59f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,5 @@ GTAGS
*.swp
*.patch
*.gcov
+
+/subprojects/slirp