From d967285816191c92f81f21e5e1536ca24eb60b6f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 10 Apr 2025 15:59:45 -0600 Subject: [PATCH] pkg-config: compile dynamically --- recipes/dev/pkg-config/recipe.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/recipes/dev/pkg-config/recipe.toml b/recipes/dev/pkg-config/recipe.toml index ae55de3ca..bb5992ee1 100644 --- a/recipes/dev/pkg-config/recipe.toml +++ b/recipes/dev/pkg-config/recipe.toml @@ -12,4 +12,15 @@ dependencies = [ "libiconv", "pcre", ] -template = "configure" +template = "custom" +script = """ +DYNAMIC_INIT +cookbook_configure +""" + +[package] +shared-deps = [ + "gettext", + "glib", + "libiconv", +]