1
Fork 0

Fix KCoreAddons build

This commit is contained in:
Joshua Goins 2025-05-18 18:03:20 -04:00
parent c7ad08ddf1
commit ffe3e64bb5

View file

@ -17,8 +17,10 @@ global:
# qt-install-dir: ~/kde/qt # Directory to install Qt if kde-builder supplies it # qt-install-dir: ~/kde/qt # Directory to install Qt if kde-builder supplies it
log-dir: ~/kde/log # Directory to write logs into log-dir: ~/kde/log # Directory to write logs into
# python buildings never compile
cmake-options: > cmake-options: >
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_BUILD_TYPE=RelWithDebInfo
-DBUILD_PYTHON_BINDINGS=OFF
# kde-builder sets 2 options which is used in options like make-options or set-env # kde-builder sets 2 options which is used in options like make-options or set-env
# to help manage the number of compile jobs that happen during a build: # to help manage the number of compile jobs that happen during a build: