mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 15:35:45 -04:00
Deps: Build discord-rpc
This commit is contained in:
28
scripts/flatpak/modules/25-discord-rpc.json
Normal file
28
scripts/flatpak/modules/25-discord-rpc.json
Normal 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"
|
||||
]
|
||||
}
|
@ -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",
|
||||
|
Reference in New Issue
Block a user