Deps: Build discord-rpc

This commit is contained in:
Stenzek
2024-07-04 14:02:31 +10:00
parent eb8df23366
commit f35397cf8d
6 changed files with 80 additions and 4 deletions

View File

@ -0,0 +1,28 @@
{
"name": "discord-rpc",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DBUILD_SHARED_LIBS=ON"
],
"build-options": {
"strip": true
},
"sources": [
{
"type": "git",
"url": "https://github.com/stenzek/discord-rpc.git",
"commit": "842c15192041f8e71c512851834f4dadb1a554fb"
}
],
"cleanup": [
"/bin",
"/include",
"/lib/*.a",
"/lib/*.la",
"/lib/cmake",
"/lib/pkgconfig",
"/share"
]
}

View File

@ -23,6 +23,7 @@
"modules/22-shaderc.json",
"modules/23-spirv-cross.json",
"modules/24-cpuinfo.json",
"modules/25-discord-rpc.json",
{
"name": "duckstation",
"buildsystem": "cmake-ninja",