mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
very basic window movement bound to alt-left
This commit is contained in:
parent
17cdbae175
commit
36b89b04d0
4 changed files with 47 additions and 20 deletions
|
|
@ -69,6 +69,7 @@ pub fn build(b: *std.Build) void {
|
|||
mez.linkSystemLibrary("wayland-server");
|
||||
mez.linkSystemLibrary("xkbcommon");
|
||||
mez.linkSystemLibrary("pixman-1");
|
||||
mez.linkSystemLibrary("libevdev");
|
||||
|
||||
const options = b.addOptions();
|
||||
options.addOption([]const u8, "runtime_path_prefix", runtime_path_prefix);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue