mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
69f79c3a4f
Mainly for flatpak...
22 lines
399 B
JSON
22 lines
399 B
JSON
{
|
|
"name": "libbacktrace",
|
|
"buildsystem": "autotools",
|
|
"no-autogen": true,
|
|
"build-options": {
|
|
"strip": false,
|
|
"no-debuginfo": true
|
|
},
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/ianlancetaylor/libbacktrace.git",
|
|
"commit": "ad106d5fdd5d960bd33fae1c48a351af567fd075"
|
|
}
|
|
],
|
|
"cleanup": [
|
|
"/include",
|
|
"/lib/*.a",
|
|
"/lib/*.la"
|
|
]
|
|
}
|