From 480ae75db5b66ec2cf9d513ece048f521aa1b303 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 19 Sep 2024 17:25:02 -0600 Subject: [PATCH] qemu: add nghttp2 and openssl1 depends --- recipes/wip/vm/qemu/recipe.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/wip/vm/qemu/recipe.toml b/recipes/wip/vm/qemu/recipe.toml index 6e79f0c67..ef4f28a25 100644 --- a/recipes/wip/vm/qemu/recipe.toml +++ b/recipes/wip/vm/qemu/recipe.toml @@ -9,6 +9,8 @@ dependencies = [ "glib", "libiconv", "libpng", + "nghttp2", + "openssl1", "pcre", "pixman", "sdl2", -- GitLab