its time to merge to master... its too big now xD #76

Open
gortium wants to merge 160 commits from uconsole-cm5-incremental into master
10 changed files with 504 additions and 52 deletions
Showing only changes of commit 2476352fdf - Show all commits

View File

@@ -120,12 +120,9 @@
gjs = prev.gjs.overrideAttrs (old: {
mesonFlags = (old.mesonFlags or []) ++ [ "-Dskip_gtk_tests=true" ];
});
# hyprland-qt-support: Qt6Qml cross-compile path mismatch
hyprland-qt-support = prev.hyprland-qt-support.overrideAttrs (old: {
cmakeFlags = (old.cmakeFlags or []) ++ [
"-DQt6Qml_DIR=${prev.qt6.qtdeclarative}/lib/cmake/Qt6Qml"
];
});
# Qt6Quick missing from aarch64 qtdeclarative cross-compile;
# skip qtutils runtime deps — Hyprland only needs it for QML UI
hyprland = prev.hyprland.override { wrapRuntimeDeps = false; };
})
];
}