diff --git a/recipes/wip/wayland/cosmic-comp/recipe.toml b/recipes/wip/wayland/cosmic-comp/recipe.toml new file mode 100644 index 000000000..bad215149 --- /dev/null +++ b/recipes/wip/wayland/cosmic-comp/recipe.toml @@ -0,0 +1,17 @@ +#TODO: does not compile +[source] +git = "https://github.com/jackpot51/cosmic-comp" +branch = "redox" + +[build] +template = "custom" +dependencies = [ + "libffi", + "libwayland", + "libxkbcommon", +] +script = """ +DYNAMIC_INIT +export RUSTFLAGS="${RUSTFLAGS}" +cookbook_cargo --no-default-features +"""