mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 06:15:46 -04:00
Deps: Speed up shaderc build
Mainly for flatpak...
This commit is contained in:
@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user