scripts/gen-license.py: Update libslirp

This commit is contained in:
Matt Borgerson 2023-01-23 00:53:17 -07:00
parent 9c3e05ded4
commit 577c469ae1
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ Lib('qemu', 'https://www.qemu.org/',
Lib('slirp', 'https://gitlab.freedesktop.org/slirp',
bsd_3clause, 'https://gitlab.freedesktop.org/slirp/libslirp/-/raw/master/COPYRIGHT', license_lines=(16,39),
ships_static=all_platforms,
submodule=Submodule('slirp')
pkgconfig=PkgConfig('slirp'), pkg_win='libslirp', pkg_mac='libslirp', pkg_ubuntu='libslirp-dev'
),
Lib('imgui', 'https://github.com/ocornut/imgui',