From ac04e4ab64a7770d2bd42cf72c287738e5cd4006 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 15 Feb 2026 02:01:13 +0700 Subject: [PATCH] Add gperf to fontconfig --- recipes/dev/fontconfig/recipe.toml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/recipes/dev/fontconfig/recipe.toml b/recipes/dev/fontconfig/recipe.toml index 7746a187..1726f3bc 100644 --- a/recipes/dev/fontconfig/recipe.toml +++ b/recipes/dev/fontconfig/recipe.toml @@ -4,25 +4,17 @@ blake3 = "5c95d48f5b9150f4a06d8acac12c25edaac956007df95a3bf527df02a5908f0e" patches = [ "redox.patch" ] -script = """ -autotools_recursive_regenerate -""" - [build] -template = "custom" +template = "meson" dependencies = [ "expat", "freetype2", "libpng", "zlib", ] -script = """ -DYNAMIC_INIT -COOKBOOK_CONFIGURE_FLAGS+=( - --disable-docs \ - ac_cv_func_XML_SetDoctypeDeclHandler=yes -) -export V=1 -export LIBS="-lpng -lz" -cookbook_configure -""" +dev-dependencies = [ + "host:gperf" +] +mesonflags = [ + "-Ddoc=disabled" +]