Fix KCoreAddons build
This commit is contained in:
parent
c7ad08ddf1
commit
ffe3e64bb5
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue