From 88b5144ba82393e9efbffc8ba7ecc225d99dc9ed Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Thu, 1 Jan 2026 20:20:14 -0700 Subject: [refactor] Change the project to download wlroots rather than include it. The build system will now just download wlroots directly rather than having it as a submodule. Submodules are really brittle and not well supported. This is the much more correct approach. --- plug/package.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plug') diff --git a/plug/package.yaml b/plug/package.yaml index d109932..bd42ced 100644 --- a/plug/package.yaml +++ b/plug/package.yaml @@ -71,7 +71,8 @@ executables: - -shared - -I../build/ - -I../rt/include/ - - -I../wlroots/include + - -I../build/wlroots/include + - -I../build/wlroots-src/include - -DWLR_USE_UNSTABLE tests: -- cgit