-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarity on dependencies #1
Comments
I don't know how the deps work on debian but in general you just need qt6 and qt6-qml: hyprland-qtutils/nix/default.nix Lines 34 to 38 in 9694274
idk why the kirigami stuff is there @fufexan |
I faced similar problems trying to build for Ubuntu, and have the deb files here: cpiber/hyprland-ppa@7f0c30f It seems that Ubuntu/Debian split the packages very aggressively. I also had to patch a few things, maybe due to different defaults (and slightly outdated qt6.4) |
Hi there, I've listed the dependencies needed at the bottom of the issue, it doesn't seem like it only needs these... |
Wow you have a ppa for hyprland, I'll look into that.
Yes that's the problem there ahah, and their packages are not even explicit... |
IIRC some component from it was used but it's no longer the case so I removed it. |
Just in case someone needs this, I hope this will help. I'm running Debian sid and here is what I installed to get this working for me: Core Qt6: qt6-base-dev Wayland-specific: qt6-wayland-dev QML/Quick Modules: qml6-module-qtcore I may have caught some extra fluff in there, but it got things going on my systems. |
Hi,
I am a Debian user (sadly) and it seems difficult to compile this project.
When running Hyprland it tells me that I'm missing this runtime dependency, and, when trying to compile and after installing quite a lot of qt6 dependencies it still misses something.
A line showing how to compile might not be too much also (specifically when it's quite the same as on other projects and it takes two lines in a readme).
Here is the repeated 5000 warning I get :
Before that, I was missing "qt6-base-dev", "qt6-declarative-dev", "qt6-declarative-private-dev" and "qt6-wayland-dev" but this was fixed and kind of told in the Readme that we had qt6 and qt6-qml dependencies (which are by the way installed, as well as the KDE dep).
Thanks,
The text was updated successfully, but these errors were encountered: