From 7f6acd9bf3eb70319bf43f6f9071700a9908179c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 1 May 2025 15:16:01 -0600 Subject: [PATCH] qemu: switch to pcre2 --- recipes/wip/vm/qemu/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/wip/vm/qemu/recipe.toml b/recipes/wip/vm/qemu/recipe.toml index 26a91a1f..4db5ecc8 100644 --- a/recipes/wip/vm/qemu/recipe.toml +++ b/recipes/wip/vm/qemu/recipe.toml @@ -16,7 +16,7 @@ dependencies = [ "mesa", "nghttp2", "openssl1", - "pcre", + "pcre2", "pixman", "sdl2", "sdl2-image", @@ -47,4 +47,4 @@ case "${TARGET}" in ;; esac cookbook_configure -""" \ No newline at end of file +"""