mirror of
https://github.com/KDE/kde-linux.git
synced 2026-08-04 11:12:32 -04:00
This is a first step towards the adoption of BuildStream as a technology to produce the binaries needed for KDE Linux.
21 lines
497 B
Plaintext
21 lines
497 B
Plaintext
# SPDX-FileCopyrightText: 2025 Aleix Pol Gonzalez <aleix.pol@codethink.co.uk>
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
kind: compose
|
|
|
|
build-depends:
|
|
- kde-linux-packages.bst:kde-buildstream.bst:os/deps.bst
|
|
- os/initial-scripts.bst
|
|
- os/os-release.bst
|
|
- kde-linux-packages.bst:kde-buildstream.bst:freedesktop-sdk.bst:public-stacks/runtime-gnu.bst
|
|
- kde-linux-packages.bst:components/debian.bst
|
|
|
|
config:
|
|
exclude:
|
|
- debug
|
|
- doc
|
|
- tests
|
|
- shells
|
|
- static-blocklist
|
|
include-orphans: True
|