lua api start

This commit is contained in:
Harrison DiAmbrosio 2025-10-16 14:50:40 -04:00
parent 840196d650
commit cceffbf474
5 changed files with 87 additions and 8 deletions

View file

@ -14,7 +14,6 @@ pub fn build(b: *std.Build) void {
// The below is copied from tinywl
// TODO: Ensure versioning is correct
// TODO: Ensure paths for system protocols are correct
const scanner = Scanner.create(b, .{});
scanner.addSystemProtocol("stable/xdg-shell/xdg-shell.xml");
scanner.addSystemProtocol("stable/tablet/tablet-v2.xml");