Add libmt32emu and libslirp as optional dependencies to vcpkg manifest
This commit is contained in:
12
vcpkg.json
12
vcpkg.json
@@ -18,6 +18,18 @@
|
||||
"qt5-base",
|
||||
"qt5-translations"
|
||||
]
|
||||
},
|
||||
"munt": {
|
||||
"description": "Roland MT-32 emulation",
|
||||
"dependencies": [
|
||||
"libmt32emu"
|
||||
]
|
||||
},
|
||||
"slirp": {
|
||||
"description": "Slirp network support",
|
||||
"dependencies": [
|
||||
"libslirp"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user