mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 03:55:33 +00:00

- Harfbuzz 10.4.0 - libpng 1.6.47 - SDL3 3.2.10 - Zstandard 1.5.7 - Qt 6.9.0 - shaderc 2025.1 Flatpak is still stuck on Qt 6.8 as usual.
25 lines
570 B
YAML
25 lines
570 B
YAML
# SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <stenzek@gmail.com>
|
|
# SPDX-License-Identifier: CC-BY-NC-ND-4.0
|
|
|
|
name: shaderc
|
|
buildsystem: cmake-ninja
|
|
builddir: true
|
|
config-opts:
|
|
- "-DCMAKE_BUILD_TYPE=Release"
|
|
- "-DSHADERC_SKIP_TESTS=ON"
|
|
- "-DSHADERC_SKIP_EXAMPLES=ON"
|
|
- "-DSHADERC_SKIP_COPYRIGHT_CHECK=ON"
|
|
build-options:
|
|
strip: true
|
|
sources:
|
|
- type: git
|
|
url: "https://github.com/stenzek/shaderc.git"
|
|
commit: "4daf9d466ad00897f755163dd26f528d14e1db44"
|
|
cleanup:
|
|
- /bin
|
|
- /include
|
|
- /lib/*.a
|
|
- /lib/*.la
|
|
- /lib/cmake
|
|
- /lib/pkgconfig
|