scripts/archive-source.sh: Drop non-xemu deps

This commit is contained in:
Matt Borgerson 2025-01-06 16:14:28 -07:00
parent 21a3ee89ba
commit af22de5eb7
1 changed files with 3 additions and 2 deletions

View File

@ -33,8 +33,9 @@ subprojects="keycodemapdb libvfio-user berkeley-softfloat-3
syn-2-rs unicode-ident-1-rs"
sub_deinit=""
# xemu extras
subprojects="$subprojects glslang SPIRV-Reflect volk VulkanMemoryAllocator
# xemu only
subbprojects="keycodemapdb berkeley-softfloat-3"
subprojects="glslang SPIRV-Reflect volk VulkanMemoryAllocator
nv2a_vsh_cpu tomlplusplus cpp-httplib xxhash imgui implot genconfig"
function cleanup() {