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"' """