From a8e598f7e1e7313b4a89f79d001a071f6ddd150a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 18 Feb 2026 21:29:53 -0700 Subject: [PATCH] cosmic-comp: compile on redox --- recipes/wip/wayland/cosmic-comp/recipe.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/wip/wayland/cosmic-comp/recipe.toml b/recipes/wip/wayland/cosmic-comp/recipe.toml index bad215149..0f5fe2bd9 100644 --- a/recipes/wip/wayland/cosmic-comp/recipe.toml +++ b/recipes/wip/wayland/cosmic-comp/recipe.toml @@ -7,11 +7,15 @@ branch = "redox" template = "custom" dependencies = [ "libffi", + #"libgbm", + #"libinput", "libwayland", "libxkbcommon", + "mesa", + "pixman", + "seatd", ] script = """ DYNAMIC_INIT -export RUSTFLAGS="${RUSTFLAGS}" -cookbook_cargo --no-default-features +cookbook_cargo --no-default-features --config 'profile.release.lto = "thin"' """