Files
kde-linux/elements/components/yamlcpp.bst
Aleix Pol i Gonzalez 57e2f7de9c Adopt BuildStream
This is a first step towards the adoption of BuildStream as a technology
to produce the binaries needed for KDE Linux.
2026-07-06 18:13:30 +02:00

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