Hyprland: Can't build Hyprland after Plugin API commit
Steps to reproduce: Follow https://wiki.hyprland.org/Getting-Started/Installation/#cmake-recommended Expected outcome: Hyprland gets built and installed. Noted outcome: Fails to build.
cmake --build ./build --config Release --target all -j16
ninja: error: '/personal/dev/Hyprland/subprojects/udis86/build/libudis86/liblibudis86.a', needed by 'Hyprland', missing and no known rule to make it
make[1]: *** [Makefile:144: release] Error 1
make[1]: Leaving directory '/personal/dev/Hyprland'
make: *** [Makefile:170: install] Error 2
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (5 by maintainers)
No, I changed tons of ebuilds before, they built.
Maybe try
portage:x:250:<youruser>
I will try to reproduce your issue on my machine.
Looks like portage fails to apply the patch to Hyprland, commenting out the patch gives me:
meson.build:1:0: ERROR: Unknown options: "use_system_wlroots"
You could try a
9999
ebuild from another overlay and see if it builds.