From 1697c2f2df5bb0d41a3bf224e8d9e81fd71f2ecc Mon Sep 17 00:00:00 2001 From: Wildan M Date: Wed, 1 Oct 2025 14:59:53 +0700 Subject: [PATCH] Use upstream --- recipes/wip/web/servo/recipe.toml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/recipes/wip/web/servo/recipe.toml b/recipes/wip/web/servo/recipe.toml index 38f73d26..92dbc12f 100644 --- a/recipes/wip/web/servo/recipe.toml +++ b/recipes/wip/web/servo/recipe.toml @@ -1,5 +1,5 @@ [source] -git = "https://gitlab.redox-os.org/njskalski/servo.git" +git = "github.com/servo/servo.git" rev = "25fea1e086c46d611cf87db439430994e4f56cd5" patches = [ "redox.patch" @@ -21,8 +21,6 @@ dependencies = [ "libpng", "libiconv", "libx11", - "libxcursor", - "libxkbcommon-x11", "libxcb", "libpng", "openssl1", @@ -62,8 +60,8 @@ export CARGO_MAKEFLAGS="-j $COOKBOOK_MAKE_JOBS" CCACHE="sccache" PACKAGE_PATH="ports/servoshell" cookbook_cargo """ -# [package] -# dependencies = [ -# "libxcursor", -# "libxkbcommon-x11", -# ] \ No newline at end of file +[package] +dependencies = [ + "libxcursor", + "libxkbcommon-x11", +]