From 79126a2ceb9457e60224c0a7c9bb02ef0c6bf9c4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 4 May 2025 16:36:26 -0600 Subject: [PATCH] cairo: enable gobject --- recipes/libs/cairo/recipe.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/libs/cairo/recipe.toml b/recipes/libs/cairo/recipe.toml index 7468c0bda..b751537c8 100644 --- a/recipes/libs/cairo/recipe.toml +++ b/recipes/libs/cairo/recipe.toml @@ -7,7 +7,12 @@ dependencies = [ "expat", "freetype2", "fontconfig", + "gettext", + "glib", + "libffi", + "libiconv", "libpng", + "pcre2", "pixman", "zlib", ]