mirror of
https://github.com/KDE/kde-linux.git
synced 2026-07-31 09:16:51 -04:00
This is a first step towards the adoption of BuildStream as a technology to produce the binaries needed for KDE Linux.
29 lines
674 B
Plaintext
29 lines
674 B
Plaintext
# SPDX-FileCopyrightText: 2026 Aleix Pol <aleixpol@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
# needed by calamares which is built in build.sh
|
|
|
|
kind: cmake
|
|
|
|
description: yaml-cpp C++ YAML parser and emitter library
|
|
|
|
sources:
|
|
- kind: git
|
|
url: https://github.com/jbeder/yaml-cpp.git
|
|
ref: 56e3bb550c91fd7005566f19c079cb7a503223cf # 0.9.0 tag
|
|
track: master
|
|
|
|
build-depends:
|
|
- freedesktop-sdk.bst:public-stacks/buildsystem-cmake.bst
|
|
|
|
depends:
|
|
- freedesktop-sdk.bst:public-stacks/runtime-minimal.bst
|
|
|
|
variables:
|
|
cmake-local: >-
|
|
-DYAML_CPP_BUILD_TESTS=OFF
|
|
-DYAML_CPP_BUILD_TOOLS=OFF
|
|
-DYAML_BUILD_SHARED_LIBS=OFF
|
|
-DCMAKE_BUILD_TYPE=Release
|