disable python
build module just fails
This commit is contained in:
parent
d7c50a502f
commit
59b23dcb4e
2 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@ global
|
|||
branch-group kf6-qt6
|
||||
|
||||
# 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 -DCMAKE_AUTOGEN_PARALLEL=8
|
||||
cmake-options -G "Ninja" -DBUILD_WITH_QT6=ON -DQT_MAJOR_VERSION=6 -DPHONON_BUILD_QT5=OFF -DBUILD_QT5=OFF -DBUILD_PYTHON_BINDINGS=OFF -DCMAKE_AUTOGEN_PARALLEL=8
|
||||
|
||||
# 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
|
||||
|
|
|
@ -102,12 +102,15 @@ export QT_QUICK_CONTROLS_STYLE_PATH=~/projects/kde/usr/lib/qml/QtQuick/Controls.
|
|||
perlPackages.XMLParser
|
||||
perlPackages.YAMLPP
|
||||
python312Full
|
||||
python312Packages.build
|
||||
python312Packages.lxml
|
||||
python312Packages.overrides
|
||||
python312Packages.promise
|
||||
python312Packages.pyaml
|
||||
python312Packages.pyside6
|
||||
python312Packages.python-gitlab
|
||||
python312Packages.setproctitle
|
||||
python312Packages.shiboken6
|
||||
pkg-config
|
||||
polkit
|
||||
qrencode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue