From c5e50b9730026d88c894bb29a34f09235350fd22 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 9 Oct 2024 11:31:46 -0600 Subject: [PATCH] cosmic-player: build without wgpu feature --- recipes/wip/players/cosmic-player/recipe.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes/wip/players/cosmic-player/recipe.toml b/recipes/wip/players/cosmic-player/recipe.toml index fc9e3720c..f5c3e826c 100644 --- a/recipes/wip/players/cosmic-player/recipe.toml +++ b/recipes/wip/players/cosmic-player/recipe.toml @@ -10,16 +10,12 @@ dependencies = [ "gstreamer-plugins-base", "libffi", "libiconv", - "liborbital", - "libxkbcommon", - "llvm18", - "mesa", "pcre", "zlib", ] template = "custom" script = """ -cookbook_carg +cookbook_cargo --no-default-features mkdir -pv "${COOKBOOK_STAGE}/ui/apps" cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/cosmic-player" """ -- GitLab