pkg-config: compile dynamically

This commit is contained in:
Jeremy Soller 2025-04-10 15:59:45 -06:00
parent 40de561b67
commit d967285816
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -12,4 +12,15 @@ dependencies = [
"libiconv",
"pcre",
]
template = "configure"
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""
[package]
shared-deps = [
"gettext",
"glib",
"libiconv",
]