mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-25 16:34:13 +02:00
30 lines
561 B
JSON
30 lines
561 B
JSON
{
|
|
"name": "plutosvg",
|
|
"buildsystem": "cmake-ninja",
|
|
"builddir": true,
|
|
"config-opts": [
|
|
"-DBUILD_SHARED_LIBS=ON",
|
|
"-DPLUTOSVG_BUILD_EXAMPLES=OFF",
|
|
"-DPLUTOSVG_ENABLE_FREETYPE=ON"
|
|
],
|
|
"build-options": {
|
|
"strip": true
|
|
},
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/sammycage/plutosvg.git",
|
|
"tag": "v0.0.7",
|
|
"commit": "31f7d2675416cd777c8e86220b035364873b2a8b"
|
|
}
|
|
],
|
|
"cleanup": [
|
|
"/bin",
|
|
"/include",
|
|
"/lib/*.a",
|
|
"/lib/*.la",
|
|
"/lib/cmake",
|
|
"/lib/pkgconfig"
|
|
]
|
|
}
|