mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
14 lines
324 B
TOML
14 lines
324 B
TOML
#TODO determine minimum dependencies from cmake log
|
|
[source]
|
|
git = "https://invent.kde.org/plasma/kwin-x11"
|
|
branch = "Plasma/6.6"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DKWIN_BUILD_KCMS=OFF",
|
|
"-DKWIN_BUILD_SCREENLOCKER=OFF",
|
|
"-DKWIN_BUILD_TABBOX=OFF",
|
|
"-DKWIN_BUILD_RUNNERS=OFF",
|
|
]
|