From a775a29fb4f07960f1c9cf5ea64b48da5b67019a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 4 May 2025 18:03:08 -0600 Subject: [PATCH] gdk-pixbuf: use pcre2 instead of pcre --- recipes/dev/gdk-pixbuf/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/dev/gdk-pixbuf/recipe.toml b/recipes/dev/gdk-pixbuf/recipe.toml index 9020deff..afa8bff2 100644 --- a/recipes/dev/gdk-pixbuf/recipe.toml +++ b/recipes/dev/gdk-pixbuf/recipe.toml @@ -11,7 +11,7 @@ dependencies = [ "libiconv", "libjpeg", "libpng", - "pcre", + "pcre2", "shared-mime-info", "zlib", ]