From f439b65a431a320b1e997b19fdea92e29a4228b8 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 30 Jun 2024 22:47:10 +0200 Subject: just use Ninja and patch Kate --- projects/kde/kdesrc-buildrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'projects/kde/kdesrc-buildrc') diff --git a/projects/kde/kdesrc-buildrc b/projects/kde/kdesrc-buildrc index 07e1e35..b634a02 100644 --- a/projects/kde/kdesrc-buildrc +++ b/projects/kde/kdesrc-buildrc @@ -2,8 +2,8 @@ global # use the latest KF6 and Qt6-based software. branch-group kf6-qt6 - # we want .kateproject files with ninja, turn off some Qt 5 things to have less dependencies - cmake-options -G "Kate - Ninja" -DBUILD_WITH_QT6=ON -DQT_MAJOR_VERSION=6 -DPHONON_BUILD_QT5=OFF -DBUILD_QT5=OFF + # we want ninja, turn off some Qt 5 things to have less dependencies + cmake-options -G "Ninja" -DBUILD_WITH_QT6=ON -DQT_MAJOR_VERSION=6 -DPHONON_BUILD_QT5=OFF -DBUILD_QT5=OFF # Restrict make and ninja to using no more than 8 separate compile jobs even # when more CPU is available, to avoid running out of memory -- cgit v1.2.3