mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
configure: Enable test and libs for zstd
Add it to several build systems to make testing good. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
7ec2c2b3c1
commit
3a67848134
12 changed files with 53 additions and 4 deletions
|
@ -49,6 +49,9 @@ class NetBSDVM(basevm.BaseVM):
|
|||
"SDL2",
|
||||
"gtk3+",
|
||||
"libxkbcommon",
|
||||
|
||||
# libs: migration
|
||||
"zstd",
|
||||
]
|
||||
|
||||
BUILD_SCRIPT = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue