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:
Juan Quintela 2019-12-17 21:15:24 +01:00
parent 7ec2c2b3c1
commit 3a67848134
12 changed files with 53 additions and 4 deletions

View file

@ -49,6 +49,9 @@ class NetBSDVM(basevm.BaseVM):
"SDL2",
"gtk3+",
"libxkbcommon",
# libs: migration
"zstd",
]
BUILD_SCRIPT = """