mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 03:25:36 +00:00
28 lines
676 B
YAML
28 lines
676 B
YAML
# SPDX-FileCopyrightText: 2019-2025 Connor McLaughlin <stenzek@gmail.com>
|
|
# SPDX-License-Identifier: CC-BY-NC-ND-4.0
|
|
|
|
name: sdl3
|
|
buildsystem: cmake-ninja
|
|
builddir: true
|
|
config-opts:
|
|
- "-DCMAKE_BUILD_TYPE=Release"
|
|
- "-DBUILD_SHARED_LIBS=ON"
|
|
- "-DSDL_SHARED=ON"
|
|
- "-DSDL_STATIC=OFF"
|
|
- "-DSDL_TESTS=OFF"
|
|
build-options:
|
|
strip: false
|
|
no-debuginfo: true
|
|
sources:
|
|
- type: archive
|
|
url: "https://github.com/libsdl-org/SDL/releases/download/release-3.2.14/SDL3-3.2.14.tar.gz"
|
|
sha256: "b7e7dc05011b88c69170fe18935487b2559276955e49113f8c1b6b72c9b79c1f"
|
|
cleanup:
|
|
- /bin
|
|
- /include
|
|
- /lib/*.a
|
|
- /lib/*.la
|
|
- /lib/cmake
|
|
- /lib/pkgconfig
|
|
- /share/aclocal
|