From 3ad2cef5166439e377d073422a9243a8caa1b529 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 29 Sep 2025 08:48:48 -0300 Subject: [PATCH] Pin fltk version on dillo recipe --- recipes/wip/web/dillo/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/web/dillo/recipe.toml b/recipes/wip/web/dillo/recipe.toml index bd33d7152..53f234e51 100644 --- a/recipes/wip/web/dillo/recipe.toml +++ b/recipes/wip/web/dillo/recipe.toml @@ -5,7 +5,7 @@ tar = "https://github.com/dillo-browser/dillo/releases/download/v3.2.0/dillo-3.2 [build] template = "configure" dependencies = [ - "fltk", + "fltk13", "openssl3", "zlib", "libpng",