fix for hyprland that should go away very quickly
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
eaa8e089e9
commit
5479cb3e30
6 changed files with 358 additions and 79 deletions
|
|
@ -49,6 +49,7 @@ if (grep(/^wayland$/, @backends)) {
|
|||
new_object("src/backend/cairo.c");
|
||||
new_object("src/backend/wayland/wayland.c");
|
||||
new_object("src/backend/wayland/buffer.c");
|
||||
new_object("src/backend/wayland/hyprland.c");
|
||||
new_object("src/backend/wayland/interfaces.c");
|
||||
new_object("src/backend/wayland/region.c");
|
||||
|
||||
|
|
@ -66,8 +67,7 @@ if (grep(/^wayland$/, @backends)) {
|
|||
scan_wayland_protocol("unstable", "primary-selection", "-unstable-v1");
|
||||
scan_wayland_protocol("unstable", "pointer-constraints", "-unstable-v1");
|
||||
scan_wayland_protocol("unstable", "relative-pointer", "-unstable-v1");
|
||||
scan_wayland_protocol_from_file("wlr-layer-shell",
|
||||
"wlr-layer-shell-unstable-v1.xml");
|
||||
scan_wayland_protocol_from_file("wlr-layer-shell", "wlr-layer-shell-unstable-v1.xml");
|
||||
|
||||
$gl_libs = "-lGL -lGLU";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue