Deps: Speed up shaderc build

Mainly for flatpak...
This commit is contained in:
Stenzek
2024-04-05 22:39:39 +10:00
parent d9b1d39638
commit 69f79c3a4f
11 changed files with 317 additions and 163 deletions

View File

@ -2,6 +2,12 @@
"name": "sdl2",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DBUILD_SHARED_LIBS=ON",
"-DSDL_SHARED=ON",
"-DSDL_STATIC=OFF",
"-DSDL_TESTS=OFF"
],
"build-options": {
"strip": true
},
@ -21,4 +27,3 @@
"/lib/pkgconfig"
]
}