diff --git a/local/recipes/system/redbear-sessiond/recipe.toml b/local/recipes/system/redbear-sessiond/recipe.toml index 4dfafab2a1..511efa02eb 100644 --- a/local/recipes/system/redbear-sessiond/recipe.toml +++ b/local/recipes/system/redbear-sessiond/recipe.toml @@ -1,6 +1,6 @@ [source] path = "source" -patches = ["../../../../local/patches/redbear-sessiond/P4-signal-implementations.patch"] + [build] template = "cargo" diff --git a/local/recipes/wayland/libwayland/recipe.toml b/local/recipes/wayland/libwayland/recipe.toml index aed473efe4..a63e48c144 100644 --- a/local/recipes/wayland/libwayland/recipe.toml +++ b/local/recipes/wayland/libwayland/recipe.toml @@ -3,7 +3,7 @@ # redox.patch restores the Redox compatibility stubs plus Meson scanner detection. [source] tar = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.24.0/downloads/wayland-1.24.0.tar.xz" -patches = ["redox.patch"] + [build] template = "custom"