bsd-ac / wayland-desktop

Gentoo overlay for Wayland related ebuilds
https://gentoo.org
ISC License
61 stars 21 forks source link

gui-wm/hyprland-0.15.3: Requires >=x11-libs/libdrm-2.4.113 #30

Closed Thymelizabeth closed 1 year ago

Thymelizabeth commented 1 year ago

When trying to build gui-wm/hyprland-0.15.3, it errors out. After installing x11-libs/libdrm-2.4.113, hyprland compiles successfully.

epsilon-0 commented 1 year ago

Yes, this error is due to building the internal copy of wlroots. hyprland depends on wlroots, which depends on libdrm, but the copy of wlroots in the gentoo tree does not mandate any version requirement. This is due to the fact that hyprland builds with the wlroots latest changes, and the gentoo version is a bit older. I don't have a good solution for this right now, other than manually update libdrm. I will add a libdrm dependency for now but thats not the correct solution in the long run.