diff --git a/recipes/libs/fribidi/recipe.toml b/recipes/libs/fribidi/recipe.toml index f84cda4a..65257a46 100644 --- a/recipes/libs/fribidi/recipe.toml +++ b/recipes/libs/fribidi/recipe.toml @@ -1,12 +1,10 @@ [source] -tar = "https://github.com/fribidi/fribidi/releases/download/v1.0.13/fribidi-1.0.13.tar.xz" -blake3 = "b43d333a98e39fc25cf7ce5fd11409424cf33e74aa28ec4a727f867aea83ce39" +tar = "https://github.com/fribidi/fribidi/releases/download/v1.0.16/fribidi-1.0.16.tar.xz" +blake3 = "c16ee250f73f149d7d52dc7d285eb73ac755bad7907d237391e23f429b2b71d5" [build] template = "custom" script = """ -COOKBOOK_CONFIGURE_FLAGS+=( - ac_cv_header_sys_times_h=no -) -cookbook_configure +DYNAMIC_INIT +cookbook_meson -Dbin=false -Dtests=false """